Commit 987c2b11 authored by danfuman's avatar danfuman

修改

parent aceef140
...@@ -615,6 +615,7 @@ export default { ...@@ -615,6 +615,7 @@ export default {
}else { }else {
this.pageIndex = val this.pageIndex = val
this.querySubmit() this.querySubmit()
window.scrollTo(0, 0);
} }
}, },
handleSearch(event){ handleSearch(event){
......
...@@ -34,10 +34,11 @@ module.exports = { ...@@ -34,10 +34,11 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [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.0.165:9098`,//施
// target: `http://192.168.60.6:9098`,//谭 // target: `http://192.168.60.6:9098`,//谭
target: `http://139.9.157.49:9099/prod-api`,//测试
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + 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