已合作企业

This commit is contained in:
熊丽君
2022-03-09 11:55:10 +08:00
parent 2c38b5e8df
commit 95552752e9
7 changed files with 264 additions and 122 deletions

View File

@ -27,6 +27,7 @@ export default defineConfig(({ mode, command }) => {
'/api': {
// target: 'http://localhost:8080',
target: 'http://192.168.0.149:8000',
// target: 'http://101.34.131.16:8000',
// target: 'http://zky.server.ipeace.org.cn',
changeOrigin: true,
rewrite: (p) => p.replace(/^\/api/, '/api')