Browse Source

修改bug

cr 3 years ago
parent
commit
515c21347a
5 changed files with 6 additions and 5 deletions
  1. 1 1
      releaselog.md
  2. 1 1
      src/App.vue
  3. 2 1
      src/common/js/plugin.js
  4. 1 1
      src/common/store/common.js
  5. 1 1
      src/pages/manage/index.vue

+ 1 - 1
releaselog.md

@@ -1,7 +1,7 @@
1 1
 
2 2
 
3 3
 # 0.5.4 (21.03.31 18:00) 
4
-### 优选相关设置
4
+### 直邮相关设置
5 5
 
6 6
 # 0.5.3 (21.03.22 18:00) 
7 7
 ### 添加平台  群设置修改bug

+ 1 - 1
src/App.vue

@@ -38,7 +38,7 @@ export default {
38 38
                 },
39 39
                 {
40 40
                     id: 4,
41
-                    name: "优选",
41
+                    name: "直邮",
42 42
                     imgOff: "../../static/tabBar/icon_green_3.png",
43 43
                     imgOn: "../../static/tabBar/icon_green_3_select.png",
44 44
                     url: "/pages/youxuan/brand",

+ 2 - 1
src/common/js/plugin.js

@@ -255,7 +255,6 @@ export default {
255 255
                         code: result.code,
256 256
                         appId: config.appId,
257 257
                     }, { pass: true }).then(res => {
258
-                        resolve();
259 258
                         if (res.success) {
260 259
                             store.commit("user/login", res.data);
261 260
 
@@ -292,6 +291,7 @@ export default {
292 291
                                     this.setTabBar([1, 2]);
293 292
                                 }
294 293
                                 this.roleHandle();
294
+                                resolve();
295 295
                                 return;
296 296
                             } else {
297 297
                                 // 正常用户
@@ -311,6 +311,7 @@ export default {
311 311
                                     isTabBar: true,
312 312
                                     path: "/pages/index/index",
313 313
                                 });
314
+                                resolve();
314 315
                             }
315 316
                         } else {
316 317
                             router.push({

+ 1 - 1
src/common/store/common.js

@@ -41,7 +41,7 @@ const module = {
41 41
         },
42 42
         {
43 43
             id: 4,
44
-            name: "优选",
44
+            name: "直邮",
45 45
             imgOff: "../../static/tabBar/icon_green_3.png",
46 46
             imgOn: "../../static/tabBar/icon_green_3_select.png",
47 47
             "url": "/pages/youxuan/brand",

+ 1 - 1
src/pages/manage/index.vue

@@ -92,7 +92,7 @@
92 92
 
93 93
         <!-- <button class="btn" @click="layout">退出登录</button> -->
94 94
 
95
-        <div class="ver">0.5.56</div>
95
+        <div class="ver">0.5.57</div>
96 96
         <wyg-bottom-tab
97 97
             ref="tabbar"
98 98
             :tabIndex="2"