Explorar el Código

移除单个demo

林旭祥 hace 3 semanas
padre
commit
529a39af3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/game/index.vue

+ 1 - 1
src/views/game/index.vue

@@ -127,7 +127,7 @@ const getInit = async () => {
         })
         projectList.value = list;
         if (import.meta.env.APP_ENV != 'pro') {
-          projectList.value.push({ exam_name_cn: "单个17点位(区号在主表)", exam_name: "test" })
+          // projectList.value.push({ exam_name_cn: "单个17点位(区号在主表)", exam_name: "test" })
         }
       } else {
         proxy?.$modal.msgError(`设备信息缺失,请重新登录绑定设备号后使用`);