sparkles: 物料修改
Some checks failed
Release / lint (push) Successful in 50s
Release / Release (push) Failing after 1m0s

This commit is contained in:
my_ong 2025-03-02 19:22:46 +08:00
parent fbf3579fa8
commit 6f859ebaa0
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ export const formItems = (types: TreeDataNode[]): FormItem[] => [
autoLink: true,
hasFeedback: false,
label: '物料类型',
name: 'areaNo',
name: 'type',
required: true,
extra: '',
help: '',

View File

@ -59,8 +59,8 @@ export default defineConfig(({ mode }) => {
open: true,
proxy: {
'/api': {
target: 'https://ims.riemann.tech/api/',
// target: 'http://127.0.0.1:8888',
// target: 'https://ims.riemann.tech/api/',
target: 'http://127.0.0.1:8888',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},