Sfoglia il codice sorgente

Merge branch 'master' into zhangtao

zhangtao 1 giorno fa
parent
commit
f68e8c23b0

+ 4 - 2
src/config/index.ts

@@ -7,11 +7,13 @@ const mapEnvVersion = {
   // develop: 'http://192.168.0.157:8080',
   // develop: 'http://192.168.1.253:8080',
   // develop: 'http://192.168.0.19:8080',
-  // develop: 'http://192.168.0.217:8080', // 黄
+  develop: 'http://192.168.0.217:8080', // 黄
   // develop: 'http://192.168.1.89:8080', // 田
+  // develop: 'http://192.168.0.11:8080', // 王S
   // develop: 'http://74949mkfh190.vicp.fun', // 付
   // develop: 'http://47.109.84.152:8081',
-  develop: 'https://smqjh.api.zswlgz.com',
+  // develop: 'https://5ed0f7cc.r9.vip.cpolar.cn',
+  // develop: 'https://smqjh.api.zswlgz.com',
   /**
    * 体验版
    */

+ 1 - 1
src/subPack-charge/chargeOrderList/chargeOrderList.vue

@@ -8,7 +8,7 @@ const navActiveTab = ref(0)
 const { statusBarHeight, MenuButtonHeight, opcity } = storeToRefs(useSysStore())
 definePage({
   name: 'charge-order-list',
-  islogin: false,
+  islogin: true,
   style: {
     navigationBarTitleText: '充电订单',
     navigationStyle: 'custom',