|
@@ -23,9 +23,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 = 'https://dev.kt.colexiu.com/';
|
|
|
// const proxyUrl = 'https://test.lexiaoya.cn';
|
|
|
-const proxyUrl = 'http://192.168.3.14:7989';
|
|
|
+// const proxyUrl = 'http://192.168.3.14:7989';
|
|
|
const now = new Date().getTime();
|
|
|
export default defineConfig(() => {
|
|
|
return {
|