Commit 987c2b11 authored by danfuman's avatar danfuman

修改

parent aceef140
......@@ -615,6 +615,7 @@ export default {
}else {
this.pageIndex = val
this.querySubmit()
window.scrollTo(0, 0);
}
},
handleSearch(event){
......
......@@ -34,10 +34,11 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://47.104.91.229:9099/prod-api`,
target: `http://139.9.157.49:9099/prod-api`,//测试
// target: `http://localhost:9099`,//测试
// target: `http://122.9.160.122:9011`, //线上
// target: `http://192.168.0.165:9098`,//施
// target: `http://192.168.60.6:9098`,//谭
target: `http://139.9.157.49:9099/prod-api`,//测试
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment