Commit 5806fbc8 by 董晓奇

生产计划

生产计划上的该字段取掉--右图标注(质量/KG)
parent 4ea42702
......@@ -9,7 +9,7 @@ VITE_PUBLIC_PATH = /
# 可以有多个,注意多个不能换行,否则代理将会失效
# VITE_PROXY = [["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]]
# VITE_PROXY=[["/api","https://vvbin.cn/test"]]
VITE_PROXY = [["/system","http://192.168.8.149:8053"],["/language","http://192.168.8.149:8053"],["/api","http://192.168.8.149:8053"]]
VITE_PROXY = [["/system","http://127.0.0.1:8053"],["/language","http://127.0.0.1:8053"],["/api","http://127.0.0.1:8053"]]
# 是否删除Console.log
VITE_DROP_CONSOLE = false
......
......@@ -818,7 +818,7 @@ export const formProps: FormProps = {
controls: true,
required: false,
subTotal: false,
isShow: true,
isShow: false,
rules: [],
events: {},
tooltipConfig: { visible: false, title: '提示文本' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment