Browse Source

更新测试接口地址

fix_bug_pro20231227
smallchill 2 years ago
parent
commit
80c562bbee
  1. 2
      vite.config.js

2
vite.config.js

@ -13,7 +13,7 @@ export default ({ mode, command }) => {
proxy: {
'/api': {
target: 'http://localhost',
//target: 'http://test3.javablade.com',
//target: 'https://saber3.bladex.cn/api',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),
},

Loading…
Cancel
Save