소스 검색

fix: Fixed an issue where the project could not be built #1306 (#1693)

### What problem does this PR solve?

fix: Fixed an issue where the project could not be built #1306

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.9.0
balibabu 1 년 전
부모
커밋
d7426d86d5
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      web/.umirc.ts

+ 2
- 2
web/.umirc.ts 파일 보기

@@ -20,7 +20,7 @@ export default defineConfig({
},
plugins: ['@react-dev-inspector/umi4-plugin', '@umijs/plugins/dist/dva'],
dva: {},
jsMinifier: 'terser',
lessLoader: {
modifyVars: {
hack: `true; @import "~@/less/index.less";`,
@@ -30,7 +30,7 @@ export default defineConfig({
copy: ['src/conf.json'],
proxy: {
'/v1': {
target: '',
target: 'http://localhost:9380/',
changeOrigin: true,
ws: true,
logger: console,

Loading…
취소
저장