Merge remote-tracking branch 'origin/dev' into dev
Showing
2 changed files
with
4 additions
and
3 deletions
| ... | @@ -171,7 +171,8 @@ const hasPersonNum = ref(0) | ... | @@ -171,7 +171,8 @@ const hasPersonNum = ref(0) |
| 171 | const lform = ref({}) | 171 | const lform = ref({}) |
| 172 | const scenicItem = ref({}) | 172 | const scenicItem = ref({}) |
| 173 | const form = ref({ | 173 | const form = ref({ |
| 174 | contacts: user?.nickName || '', | 174 | // contacts: user?.nickName || '', |
| 175 | contacts: '', | ||
| 175 | phone: user?.phonenumber || '', | 176 | phone: user?.phonenumber || '', |
| 176 | touristList: [] | 177 | touristList: [] |
| 177 | }) | 178 | }) | ... | ... |
| ... | @@ -81,8 +81,8 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -81,8 +81,8 @@ export default defineConfig(({ mode, command }) => { |
| 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 81 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 82 | }, | 82 | }, |
| 83 | '/dev-api': { | 83 | '/dev-api': { |
| 84 | // target: 'http://192.168.1.118:8081/', | 84 | target: 'http://192.168.1.118:8081/', |
| 85 | target: 'http://192.168.1.242:8081', | 85 | // target: 'http://192.168.1.242:8081', |
| 86 | // target: 'https://jijin.wtwuxicenter.com/stage-api', | 86 | // target: 'https://jijin.wtwuxicenter.com/stage-api', |
| 87 | // target: 'https://wdsfwuxicenter.com/stage-api/', | 87 | // target: 'https://wdsfwuxicenter.com/stage-api/', |
| 88 | changeOrigin: true, | 88 | changeOrigin: true, | ... | ... |
-
Please register or sign in to post a comment