Skip to content

Commit 64fddb2

Browse files
author
张晨曦
committed
修改鲁班版本号为2.0.1,fixbug 钉钉 /newhome 不展示
1 parent 3f1c05e commit 64fddb2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

web/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
VUE_APP_HOST=
22
VUE_APP_MN_CONFIG_PREFIX=
33
VUE_APP_MN_CONFIG_SOCKET=/ws/api/entrance/connect
4-
VUE_APP_VERSION=v1.2.0
4+
VUE_APP_VERSION=v2.0.1

web/.env.development

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

web/src/dss/module/header/index.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,8 @@
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
>

0 commit comments

Comments
 (0)