Browse Source

标签渲染

fix_bug_pro20231227
big-y 2 years ago
parent
commit
fab70c4b27
  1. 2
      vite.config.js

2
vite.config.js

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

Loading…
Cancel
Save