Commit 69baaa5e5f83d0c6e13d9a8ed0380ea8ff95e9f1

Authored by zhongnanhuang
1 parent 23115b98

feat: update

Showing 1 changed file with 5 additions and 0 deletions

Too many changes to show.

To preserve performance only 1 of 28 files are displayed.

.umirc.ts
... ... @@ -20,6 +20,11 @@ export default defineConfig({
20 20 changeOrigin: true,
21 21 pathRewrite: { '^/api': '' },
22 22 },
  23 + '/previewApi/': {
  24 + target: 'http://39.108.227.113:8092/',
  25 + changeOrigin: true,
  26 + pathRewrite: { '^/previewApi': '' },
  27 + },
23 28 },
24 29 routes: [
25 30 {
... ...