c0196f6c by 杨炀

no message

1 parent 09282c61
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
193 <el-col></el-col> 193 <el-col></el-col>
194 </el-row> 194 </el-row>
195 </div> 195 </div>
196 196
197 197
198 <affix-invitation ref="dialogInvitationRef"/> 198 <affix-invitation ref="dialogInvitationRef"/>
199 <div style="height: 50px"></div> 199 <div style="height: 50px"></div>
......
...@@ -76,14 +76,14 @@ export default defineConfig(({ mode, command }) => { ...@@ -76,14 +76,14 @@ export default defineConfig(({ mode, command }) => {
76 rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '') 76 rewrite: (p) => p.replace(/^\/dev-api\/ztx-match/, '')
77 }, 77 },
78 '/dev-api/ztx-webSite': { 78 '/dev-api/ztx-webSite': {
79 target: 'https://wdsfwuxicenter.com/stage-api/', 79 target: 'http://192.168.1.118:8082/',
80 changeOrigin: true, 80 changeOrigin: true,
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:8082/',
85 // target: 'http://192.168.1.131:8081/', 85 // target: 'http://192.168.1.131:8081/',
86 target: 'https://www.2025wtcwuxi.com/stage-api/', 86 // target: 'https://www.2025wtcwuxi.com/stage-api/',
87 // target: 'http://124.70.181.90:1880/stage-api', 87 // target: 'http://124.70.181.90:1880/stage-api',
88 // target: 'https://wdsfwuxicenter.com/stage-api/', 88 // target: 'https://wdsfwuxicenter.com/stage-api/',
89 changeOrigin: true, 89 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!