Skip to content

Commit

Permalink
feat: delete the added model #503 and display an error message when t…
Browse files Browse the repository at this point in the history
…he requested file fails to parse #684  (#708)

### What problem does this PR solve?

feat: delete the added model #503
feat: display an error message when the requested file fails to parse
#684

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
cike8899 committed May 10, 2024
1 parent bef1bbd commit d65ba3e
Show file tree
Hide file tree
Showing 28 changed files with 3,521 additions and 4,539 deletions.
2 changes: 1 addition & 1 deletion web/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
devtool: 'source-map',
proxy: {
'/v1': {
target: 'http://123.60.95.134:9380/',
target: '',
changeOrigin: true,
// pathRewrite: { '^/v1': '/v1' },
},
Expand Down
Loading

0 comments on commit d65ba3e

Please sign in to comment.