mo пре 1 година
родитељ
комит
291e6f503b
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      public/version.json
  2. 2 2
      vite.config.ts

+ 1 - 1
public/version.json

@@ -1 +1 @@
-{"version":1694099534323}
+{"version":1694136757169}

+ 2 - 2
vite.config.ts

@@ -24,9 +24,9 @@ function resolve(dir: string) {
 // https://vitejs.dev/config/
 // https://github.com/vitejs/vite/issues/1930 .env
 // const proxyUrl = 'https://dev.kt.colexiu.com/';
-const proxyUrl = 'http://192.168.3.14:7989';
+// const proxyUrl = 'http://192.168.3.14:7989';
 
-// const proxyUrl = 'https://test.lexiaoya.cn';
+const proxyUrl = 'https://test.lexiaoya.cn';
 const now = new Date().getTime();
 export default defineConfig(() => {
   return {