Commit dcb26030 by changjin

修改接口文档地址

parent ba026e90
......@@ -261,7 +261,7 @@ export default {
if (type && menu) {
console.log(menu.name)
if (menu.name == '接口文档') {
window.open(this.fileUrl + 'doc')
window.open(this.fileUrl + 'doc/')
} else if (menu.name == '外部系统管理') {
this.menuActive = menu.name
this.$router.push({path: menu.webUrl})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment