This commit is contained in:
liuye
2024-04-28 14:19:48 +08:00
parent 2488ddef2e
commit 7bdd22aa8e
2 changed files with 2 additions and 9 deletions

View File

@@ -120,13 +120,6 @@
"pathRewrite": { "pathRewrite": {
"^/hzl": "/" "^/hzl": "/"
} }
},
"/baidu": {
"target": "http://192.168.1.87:9000",
"changeOrigin": true,
"pathRewrite": {
"^/baidu": "/"
}
} }
} }
}, },

View File

@@ -42,8 +42,8 @@ export default {
...mapState(['user']), ...mapState(['user']),
}, },
onLoad(option) { //type 0周边、1国内 onLoad(option) { //type 0周边、1国内
// this.areaId = option.areaId this.areaId = option.areaId
// this.tabIndex = option.type this.tabIndex = option.type || 0
// uni.$on('tourismBack', (res) => { // uni.$on('tourismBack', (res) => {
// this.cityAreaId = res.cityAreaId // this.cityAreaId = res.cityAreaId