|
@@ -23,7 +23,7 @@ function resolve(dir: string) {
|
|
|
}
|
|
|
// https://vitejs.dev/config/
|
|
|
// https://github.com/vitejs/vite/issues/1930 .env
|
|
|
-const proxyUrl = 'https://test.kt.colexiu.com/';
|
|
|
+const proxyUrl = 'https://dev.kt.colexiu.com/';
|
|
|
// const proxyUrl = 'https://test.kt.colexiu.com';
|
|
|
// const proxyUrl = 'http://192.168.3.14:7989';
|
|
|
const now = new Date().getTime();
|