|
@@ -5,7 +5,7 @@ import glsl from 'vite-plugin-glsl'
|
|
|
const vueJsx = require('@vitejs/plugin-vue-jsx')
|
|
|
const legacy = require('@vitejs/plugin-legacy')
|
|
|
|
|
|
-const proxyUrl = 'https://online.lexiaoya.cn/' // test 环境
|
|
|
+const proxyUrl = 'https://test.lexiaoya.cn/' // test 环境
|
|
|
// const proxyUrl = 'http://192.168.3.70:8989/' // test 环境
|
|
|
// const proxyUrl = 'https://online.colexiu.com/' // online 环境
|
|
|
|