File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11VUE_APP_HOST =
22VUE_APP_MN_CONFIG_PREFIX =
33VUE_APP_MN_CONFIG_SOCKET = /ws/api/entrance/connect
4- VUE_APP_VERSION = v1.2.0
4+ VUE_APP_VERSION = v2.0.1
Original file line number Diff line number Diff line change 1+ VUE_APP_HOST = http://***REMOVED***:8088
2+ VUE_APP_MN_CONFIG_PREFIX = /api/rest_j/v1/
3+ VUE_APP_MN_CONFIG_SOCKET = /ws/api/entrance/connect
4+ NODE_ENV = dev
5+ VUE_APP_VERSION = v2.0.1
Original file line number Diff line number Diff line change 106106 <userMenu v-show =" isUserMenuShow" @clear-session =" clearSession" />
107107 </div >
108108 <!-- 需要用户可以手动自定义 -->
109- <ul class =" menu" >
109+ <ul class =" menu" v-if = " $route.path !== '/newhome' && $route.path !== '/bankhome' && $route.query.workspaceId " >
110110 <li
111- v-if ="
112- $route.path !== '/newhome' &&
113- $route.path !== '/bankhome' &&
114- $route.query.workspaceId
115- "
116111 class =" menu-item"
117112 @click =" goSpaceHome"
118113 >
You can’t perform that action at this time.
0 commit comments