Browse Source

Merge branch 'dev-2.23.0' of depot-qinghai/depot-vue-qinghai into dev

yangchengfei 5 months ago
parent
commit
5ad269acef
2 changed files with 4 additions and 7 deletions
  1. 4 4
      src/components/common/topMenu.vue
  2. 0 3
      src/page/Layout/layout.vue

+ 4 - 4
src/components/common/topMenu.vue

@@ -165,11 +165,11 @@ export default {
165 165
     openMenu(item, index) {
166 166
       console.log('open menu', item, index)
167 167
       if (['crk', '/crk'].indexOf(item.funcUrl) >= 0) {
168
-        this.$store.state.flag = 1;
169
-        return
170
-        // return this.$systemUtils.gotoCrkSystem(this)
168
+        // this.$store.state.flag = 1;
169
+        // return
170
+        return this.$systemUtils.gotoCrkSystem(this)
171 171
       }else {
172
-        this.$store.state.flag = 2;
172
+        // this.$store.state.flag = 2;
173 173
       }
174 174
       if (this.$store.state.user.topMenuIndex === index) return
175 175
       this.$store.commit('SET_TOP_MENU_INDEX', index)

+ 0 - 3
src/page/Layout/layout.vue

@@ -55,9 +55,6 @@ export default {
55 55
       u: localStorage.getItem("_userName"),
56 56
       p: localStorage.getItem("_password"),
57 57
       clientHeight: document.documentElement.clientHeight,
58
-      // url: `http://101.36.160.210:31055/crk/?ku_username=${u}&ku_password=${p}`,
59
-      // url: `http://localhost:9528/crk/welcome/?username=${u}&password=${p}`,
60
-      // url: `http://101.36.160.210:31055/crk/?ku_username=${u}&ku_password=${p}`,
61 58
       url: `http://101.36.160.210:31055/crk/#/welcome?username=${u}&password=${p}`,
62 59
     };
63 60
   },