27396
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
@@ -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: {
|
||||||
//地址重写
|
//地址重写
|
||||||
|
|||||||
Reference in New Issue
Block a user