chenlei hace 1 año
padre
commit
85b0002d7e
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  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>()
 /** 预制页面地址 */