Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
【1058】 【拓扑视图】的图标切换成动态可配置的参数,在系统配置中增加一个选项卡实现配置 See merge request !952
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -19,7 +19,8 @@ export default { | @@ -19,7 +19,8 @@ export default { | ||
19 | {name: "skin1", imageUrl: 'skin1-login-logo', imageUrlSkin: 'skin1-login-skin'}, | 19 | {name: "skin1", imageUrl: 'skin1-login-logo', imageUrlSkin: 'skin1-login-skin'}, |
20 | {name: "skin2", imageUrl: 'skin2-login-logo', imageUrlSkin: 'skin2-login-skin'}, | 20 | {name: "skin2", imageUrl: 'skin2-login-logo', imageUrlSkin: 'skin2-login-skin'}, |
21 | {name: "首页1", imageUrlIndex: 'home1-logo'}, | 21 | {name: "首页1", imageUrlIndex: 'home1-logo'}, |
22 | - {name: "首页2", imageUrlIndex: 'home2-logo'} | 22 | + {name: "首页2", imageUrlIndex: 'home2-logo'}, |
23 | + {name: "拓扑视图", imageUrlIndex: 'topology-logo'} | ||
23 | ]) | 24 | ]) |
24 | //上传完后的图片预览 | 25 | //上传完后的图片预览 |
25 | let imageUrl = Vue.ref(''); | 26 | let imageUrl = Vue.ref(''); |
-
Please register or login to post a comment