Browse Source

测试ipygo1

JXDS18FUJT 3 months ago
parent
commit
57aeea2f52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/yeNing/index.vue

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

@@ -18,7 +18,7 @@ const baseUrl =
   import.meta.env.MODE === "production"
     ? "https://jsjp-admin.zzxcx.net/jsjp-admin/"
     : "https://jsjp-admin1.zzxcx.net/jsjp-admin/";
-const msg = ref('')
+const msg = ref('未调用的初始状态')
 const myPhone = new Phone();
 const request = axios.create();
 //@ts-ignore