Commit 1b92f0b5 by changjin

增加文档链接

parent e6c7ea5f
...@@ -260,7 +260,9 @@ export default { ...@@ -260,7 +260,9 @@ export default {
changeMenu (menu, type) { changeMenu (menu, type) {
if (type && menu) { if (type && menu) {
console.log(menu.name) console.log(menu.name)
if (menu.name == '外部系统管理') { if (menu.name == '接口文档') {
window.open(this.fileUrl + 'doc')
} else if (menu.name == '外部系统管理') {
this.menuActive = menu.name this.menuActive = menu.name
this.$router.push({path: menu.webUrl}) this.$router.push({path: menu.webUrl})
this.sideMenu = [] this.sideMenu = []
......
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