Explorar o código

修改提示语

林旭祥 hai 1 mes
pai
achega
b0b3a70db9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/home/index.vue

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

@@ -35,7 +35,7 @@ const getJump = (url: string, name: string) => {
   }
   if (url == '/set') {
     if (import.meta.env.DEV) {
-      proxy?.$modal.msgSuccess('测试环境免密进入设置');
+      proxy?.$modal.msgSuccess('测试环境免密进入');
       router.push({ path: url });
     } else {
       let myInfo: any = localStorage.getItem('userInfo');
@@ -61,7 +61,7 @@ const getJump = (url: string, name: string) => {
     }
   } else if (url == '/test') {
     if (import.meta.env.DEV) {
-      proxy?.$modal.msgSuccess('测试环境免密进入设置');
+      proxy?.$modal.msgSuccess('测试环境免密进入');
       router.push({ path: url });
     } else {
       proxy?.$modal