Forráskód Böngészése

修改bug

修改bug
dangyunlong 2 hónapja
szülő
commit
bc2abc5858

+ 1 - 1
.nuxt/manifest/latest.json

@@ -1 +1 @@
-{"id":"981b45f5-34e9-4143-bf8e-3cf35a2bd5b9","timestamp":1745740863099}
+{"id":"9e827b7e-8c37-41b3-8686-ffe2d2941622","timestamp":1745742062477}

+ 0 - 1
.nuxt/manifest/meta/981b45f5-34e9-4143-bf8e-3cf35a2bd5b9.json

@@ -1 +0,0 @@
-{"id":"981b45f5-34e9-4143-bf8e-3cf35a2bd5b9","timestamp":1745740863099,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 1 - 0
.nuxt/manifest/meta/9e827b7e-8c37-41b3-8686-ffe2d2941622.json

@@ -0,0 +1 @@
+{"id":"9e827b7e-8c37-41b3-8686-ffe2d2941622","timestamp":1745742062477,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}

+ 1 - 1
.nuxt/tsconfig.json

@@ -102,7 +102,7 @@
         "./imports"
       ],
       "#app-manifest": [
-        "./manifest/meta/981b45f5-34e9-4143-bf8e-3cf35a2bd5b9.json"
+        "./manifest/meta/9e827b7e-8c37-41b3-8686-ffe2d2941622.json"
       ],
       "#components": [
         "./components"

+ 2 - 2
plugins/request.ts

@@ -7,10 +7,10 @@ export default defineNuxtPlugin(() => {
     let Url = {
         //正式环境
         // webUrl: 'https://flzxw.bjzxtw.org.cn', //接口地址
-        // CwebUrl: 'nw.bjzxtw.org.cn' //页面地址
+        // CwebUrl: 'nw.nzgx.org' //页面地址
         //pre环境
         webUrl: 'http://apipre1.bjzxtw.org.cn:29501', //pre接口地址
-        CwebUrl: 'nwpre.bjzxtw.org.cn' //页面地址
+        CwebUrl: 'pre.nzgx.org' //页面地址
     }
 
     const service = axios.create({