sparkles: ✨ 物料修改
This commit is contained in:
parent
fbf3579fa8
commit
6f859ebaa0
@ -42,7 +42,7 @@ export const formItems = (types: TreeDataNode[]): FormItem[] => [
|
||||
autoLink: true,
|
||||
hasFeedback: false,
|
||||
label: '物料类型',
|
||||
name: 'areaNo',
|
||||
name: 'type',
|
||||
required: true,
|
||||
extra: '',
|
||||
help: '',
|
||||
|
@ -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/, ''),
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user