wangfukang 1 month ago
parent
commit
a06cd9882c
  1. 1
      src/views/app/business/luckey/luckey.vue
  2. 2
      vue.config.js

1
src/views/app/business/luckey/luckey.vue

@ -782,7 +782,6 @@
}
},
mounted() {
// regionId departmentId
this.regionId = this.resolveRegionId()
this.regionName = JSON.parse(this.getStore('user')).departmentTitle
if (this.regionId) {

2
vue.config.js

@ -8,7 +8,7 @@ module.exports = {
proxy: {
'/hiver': {
target: 'https://hbkuaishi.com', // 正式1
//target: 'http://192.168.100.30:8888', // 本地
// target: 'http://192.168.100.30:8888', // 本地
ws: false
},
'/foo': {

Loading…
Cancel
Save