Browse Source

判断是否开群

cr 3 years ago
parent
commit
d5adb380c6
5 changed files with 21 additions and 5 deletions
  1. 2 2
      .env
  2. 1 1
      src/App.vue
  3. 15 0
      src/common/js/plugin.js
  4. 2 1
      src/pages/index/login.vue
  5. 1 1
      src/pages/manage/index.vue

+ 2 - 2
.env

@@ -7,13 +7,13 @@ NODE_ENV = 'production'
7 7
 VUE_APP_ENV = develop
8 8
 
9 9
 # 接口请求基地址
10
-VUE_APP_API_BASE_URL = https://delivery.ixiaokejia.com
10
+VUE_APP_API_BASE_URL = http://localhost:8076
11 11
 
12 12
 # 接口请求基地址
13 13
 VUE_APP_WEBSOCKET_BASE_URL = 
14 14
 
15 15
 # 图片基地址
16
-VUE_APP_IMAGE_BASE_URL = https://delivery.ixiaokejia.com
16
+VUE_APP_IMAGE_BASE_URL = http://localhost:8076
17 17
 VUE_APP_IMAGE_RESOURCE_URL = https://oss.ixiaokejia.com
18 18
 
19 19
 # 微信小程序appId

+ 1 - 1
src/App.vue

@@ -80,7 +80,7 @@ export default {
80 80
 
81 81
         // 登录处理
82 82
         // this.fn.roleHandle();
83
-        // await self.fn.login(option)
83
+        await self.fn.getToken(option)
84 84
         // self.fn.getStoreList();
85 85
 
86 86
         // 修改配置

+ 15 - 0
src/common/js/plugin.js

@@ -277,6 +277,7 @@ export default {
277 277
                                 store.commit("common/update", {
278 278
                                     curShop: {},
279 279
                                 });
280
+                                
280 281
                                 if (!res.data.storeId) {
281 282
                                     router.push({
282 283
                                         isTabBar: true,
@@ -291,6 +292,7 @@ export default {
291 292
                                     this.setTabBar([1, 2]);
292 293
                                 }
293 294
                                 this.roleHandle();
295
+                                this.ifStoreOpenGroup();
294 296
                                 resolve();
295 297
                                 return;
296 298
                             } else {
@@ -311,6 +313,7 @@ export default {
311 313
                                     isTabBar: true,
312 314
                                     path: "/pages/index/index",
313 315
                                 });
316
+                                this.ifStoreOpenGroup();
314 317
                                 resolve();
315 318
                             }
316 319
                         } else {
@@ -367,6 +370,18 @@ export default {
367 370
             });
368 371
     },
369 372
 
373
+    ifStoreOpenGroup(){
374
+        let user = store.state.user.user;
375
+        // if(user.storeStatus === -1){
376
+        //     this.ro
377
+        // }
378
+        if(!user.openGroup){
379
+            router.push({
380
+                path: "/pages/assistant/add",
381
+            });
382
+        }
383
+    },
384
+
370 385
     setTabBar(arr) {
371 386
         let tabList = store.state.common.tabList;
372 387
         tabList = JSON.parse(JSON.stringify(tabList));

+ 2 - 1
src/pages/index/login.vue

@@ -186,6 +186,7 @@ export default {
186 186
                                 });
187 187
                             }
188 188
                             this.fn.roleHandle();
189
+                            this.fn.ifStoreOpenGroup();
189 190
                             return;
190 191
                         } else {
191 192
                             // 正常用户
@@ -193,7 +194,6 @@ export default {
193 194
                             this.$store.commit("common/update", {
194 195
                                 curShop: {},
195 196
                             });
196
-
197 197
                             // this.checkcode(
198 198
                             //     {
199 199
                             //         // code: "hht2120201",
@@ -205,6 +205,7 @@ export default {
205 205
                                 isTabBar: true,
206 206
                                 path: "/pages/index/index",
207 207
                             });
208
+                            this.fn.ifStoreOpenGroup();
208 209
                         }
209 210
                     } else {
210 211
                         this.fn.showModal({

+ 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.57</div>
95
+        <div class="ver">0.5.58</div>
96 96
         <wyg-bottom-tab
97 97
             ref="tabbar"
98 98
             :tabIndex="2"