86fbd5f7 by zhangmeng

Merge remote-tracking branch 'origin/dev' into dev

2 parents e4dc1f49 ad7887fb
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!