Browse Source

加气优惠

chenlei 1 năm trước cách đây
mục cha
commit
85b0002d7e
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      src/App.vue
  2. 1 1
      src/utils/store/curPage.ts

+ 2 - 2
src/App.vue

@@ -21,8 +21,8 @@ onLaunch(async () => {
   await webapi.strategy
     .get_by_Name<null, SystemConfig对象>({
       // 三个开关轮换用
-      name: 'fake_switch',
-      // name: 'examine_switch',
+      // name: 'fake_switch',
+      name: 'examine_switch',
       // name: 'examine_switch1',
     })
     .then((res) => {

+ 1 - 1
src/utils/store/curPage.ts

@@ -1,5 +1,5 @@
 import { defineStore } from 'pinia'
-const debug = () => import.meta.env.DEV && true
+const debug = () => import.meta.env.DEV && false
 /** 当前页面地址 */
 const curPage = ref<string>()
 /** 预制页面地址 */