This commit is contained in:
yanran200730
2022-02-14 18:08:37 +08:00
parent a41dac0467
commit cce0956e6e
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
</ai-select> </ai-select>
<ai-area-get <ai-area-get
style="width: 215px;" style="width: 215px;"
placeholder="请选择出发地区" placeholder="请选择到达地区"
:instance="instance" :instance="instance"
v-model="search.arriveAreaId" v-model="search.arriveAreaId"
@select="changeArea" /> @select="changeArea" />

View File

@@ -65,10 +65,10 @@ module.exports = {
//设置代理,可解决跨5 //设置代理,可解决跨5
'/lan': { '/lan': {
// target: "https://gsgate.cunwuyun.cn/", // target: "https://gsgate.cunwuyun.cn/",
target: 'http://192.168.1.87:9000/', // target: 'http://192.168.1.87:9000/',
// target: "http://192.168.1.113:9998/", // target: "http://192.168.1.113:9998/",
// target: "http://192.168.1.245:9000/", // target: "http://192.168.1.245:9000/",
// target: "http://192.168.1.34:19898", target: "http://192.168.1.34:19898",
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
//地址重写 //地址重写