|
@@ -20,14 +20,14 @@ export default defineConfig({
|
|
|
// 测试地址
|
|
|
define: {
|
|
|
'process.env': {
|
|
|
- 'BASE_API':"https://lsa.cnyunl.com",
|
|
|
- 'BASE_WS':"wss://lsa.cnyunl.com/"
|
|
|
+ 'BASE_API':"http://61.164.207.46:8200",
|
|
|
+ 'BASE_WS':"ws://61.164.207.46:8200/"
|
|
|
}
|
|
|
},
|
|
|
server: {
|
|
|
proxy: {
|
|
|
"/api": {
|
|
|
- target: "lsa.cnyunl.com/",
|
|
|
+ target: "http://61.164.207.46:8200/",
|
|
|
// target: "https://cucu.cnyunl.com:8079/",
|
|
|
ws: true,
|
|
|
changeOrigin: true,
|