Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/ad29ddd3e3a2544e2ab37623ed18297975582cad?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

提交修改

new-exam
dshclm 5 months ago
parent 2320d32573
commit ad29ddd3e3

@ -185,7 +185,7 @@
type: 'GET',
data:this.params ,
success:((res)=>{
this.CityList = res.data
this.CityList = res.data.filter(obj => obj.id === '36625')
}) ,
});
},

@ -175,7 +175,7 @@
type: 'GET',
data:this.params ,
success:((res)=>{
this.CityList = res.data
this.CityList = res.data.filter(obj => obj.id === '36625')
}) ,
});
},

@ -197,7 +197,7 @@
type: 'GET',
data:this.params ,
success:((res)=>{
this.CityList = res.data
this.CityList = res.data.filter(obj => obj.id === '36625')
}) ,
});
},

Loading…
Cancel
Save