Browse Source

服务地址

aqm-ops-supervision-platform
wbc 3 weeks ago
parent
commit
d22e10ce41
  1. 2
      vite.config.ts

2
vite.config.ts

@ -17,7 +17,7 @@ export default defineApplicationConfig({
server: { server: {
proxy: { proxy: {
'/basic-api': { '/basic-api': {
target: 'http://localhost:8080', target: 'http://10.1.21.250:8084',
changeOrigin: true, changeOrigin: true,
ws: true, ws: true,
rewrite: (path) => path.replace(new RegExp(`^/basic-api`), ''), rewrite: (path) => path.replace(new RegExp(`^/basic-api`), ''),

Loading…
Cancel
Save