Browse Source

創建測試分支

test
pref_mail@163.com 2 years ago
parent
commit
ec4ebe015c
  1. 2
      vite.config.js

2
vite.config.js

@ -12,7 +12,7 @@ export default ({ mode, command }) => {
port: 2888,
proxy: {
'/api': {
target: 'http://localhost:13000',
target: 'http://192.168.2.110:9999',
//target: 'http://test3.javablade.com',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),

Loading…
Cancel
Save