林旭祥 преди 5 дни
родител
ревизия
73c35c1f0a

+ 0 - 3
src/views/game/index.vue

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

+ 3 - 3
src/views/home/index.vue

@@ -51,7 +51,7 @@ const getJump = (url: string, name: string) => {
     return false;
   }
   if (url == '/set') {
-    if (import.meta.env.APP_ENV != 'pro') {
+    if (import.meta.env.DEV) {
       proxy?.$modal.msgSuccess('测试环境免密进入');
       router.push({ path: url });
     } else {
@@ -77,7 +77,7 @@ const getJump = (url: string, name: string) => {
         .finally(() => { });
     }
   } else if (url == '/test') {
-    if (import.meta.env.APP_ENV != 'pro') {
+    if (import.meta.env.DEV) {
       proxy?.$modal.msgSuccess('测试环境免密进入');
       router.push({ path: url });
     } else {
@@ -118,7 +118,7 @@ const getJump = (url: string, name: string) => {
 
     router.push({ path: url });
 
-    // if (import.meta.env.APP_ENV != 'pro') {
+    // if (import.meta.env.DEV) {
     //   proxy?.$modal.msgSuccess('测试环境直接进入');
     //   router.push({ path: url });
     // } else {

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

@@ -118,7 +118,7 @@ const getUserInfo = () => {
 
 onMounted(() => {
   //测试环境默认密码
-  // if (import.meta.env.APP_ENV != 'pro') {
+  // if (import.meta.env.DEV) {
   //   loginForm.value.username = 'manage1';
   //   loginForm.value.password = 'trops@2022';
   // }

+ 1 - 1
src/views/login/mobile.vue

@@ -146,7 +146,7 @@ onMounted(() => {
     return false;
   }
   //测试环境默认密码
-  if (import.meta.env.APP_ENV != 'pro') {
+  if (import.meta.env.DEV) {
     loginForm.value.deviceid = deviceid ? deviceid : '25821975';
     loginForm.value.username = 'manage1';
     loginForm.value.password = 'trops@2022';

+ 1 - 1
src/views/login/qrcode.vue

@@ -224,7 +224,7 @@ onBeforeUnmount(() => {
 
 onMounted(() => {
   //测试环境默认密码
-  if (import.meta.env.APP_ENV != 'pro') {
+  if (import.meta.env.DEV) {
     // loginForm.value.deviceid = '25821975';
     // loginForm.value.username = 'manage1';
     // loginForm.value.password = 'trops@2022';

+ 1 - 1
src/views/login/sunshineRun.vue

@@ -112,7 +112,7 @@ const getUserInfo = () => {
 
 onMounted(() => {
   //测试环境默认密码
-  // if (import.meta.env.APP_ENV != 'pro') {
+  // if (import.meta.env.DEV) {
   //   loginForm.value.username = 'manage1';
   //   loginForm.value.password = 'trops@2022';
   // }

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

@@ -129,7 +129,7 @@ const getFullScreen = () => {
  * 确定退出
  */
 const confirmExit = async () => {
-  if (import.meta.env.APP_ENV != 'pro') {
+  if (import.meta.env.DEV) {
     getClearTimer();
     proxy?.$modal.msgSuccess('测试环境免密退出');
     await proxy?.$http.common.logout({}).then((res: any) => { });