|
@@ -11,8 +11,8 @@ function resolve(dir: string) {
|
|
|
}
|
|
|
// https://vitejs.dev/config/
|
|
|
// https://github.com/vitejs/vite/issues/1930 .env
|
|
|
-const proxyUrl = 'https://online.colexiu.com/';
|
|
|
-// const proxyUrl = 'https://dev.colexiu.com/'
|
|
|
+// const proxyUrl = 'https://online.colexiu.com/';
|
|
|
+const proxyUrl = 'https://dev.colexiu.com/'
|
|
|
// const proxyUrl = 'http://192.168.3.143:8000/'
|
|
|
export default defineConfig({
|
|
|
base: './',
|