Merge branch 'dev' of http://47.94.165.164:13000/geg-gas/geg-gas-web into dev
This commit is contained in:
@ -10,7 +10,7 @@ VITE_PUBLIC_PATH = /
|
|||||||
# 如果接口地址匹配到,则会转发到http://localhost:3000,防止本地出现跨域问题
|
# 如果接口地址匹配到,则会转发到http://localhost:3000,防止本地出现跨域问题
|
||||||
# 可以有多个,注意多个不能换行,否则代理将会失效
|
# 可以有多个,注意多个不能换行,否则代理将会失效
|
||||||
#VITE_PROXY = [["/api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]]
|
#VITE_PROXY = [["/api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]]
|
||||||
VITE_PROXY=[["/api/magic-api/", "http://127.0.0.1:8097","/magic-api/"], ["/api","http://10.10.2.102:9500"]]
|
VITE_PROXY=[["/api/workflow","http://10.0.0.2:8093/workflow/"],["/api/magic-api","http://10.0.0.2:8097/magic-api/"],["/api","http://10.10.2.102:9500"]]
|
||||||
#VITE_PROXY=[["/api/system/generator/","http://127.0.0.1:8091/system/generator/"],["/api/system/file/","http://127.0.0.1:8091/system/file/"],["/api/system/oss/","http://127.0.0.1:8091/system/oss/"],["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api","http://10.10.2.102:9500"]]
|
#VITE_PROXY=[["/api/system/generator/","http://127.0.0.1:8091/system/generator/"],["/api/system/file/","http://127.0.0.1:8091/system/file/"],["/api/system/oss/","http://127.0.0.1:8091/system/oss/"],["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api","http://10.10.2.102:9500"]]
|
||||||
#VITE_PROXY=[["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api","http://10.10.2.102:9500"]]
|
#VITE_PROXY=[["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api","http://10.10.2.102:9500"]]
|
||||||
#VITE_PROXY=[["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api","http://10.10.2.102:9500"]]
|
#VITE_PROXY=[["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api","http://10.10.2.102:9500"]]
|
||||||
|
|||||||
@ -65,7 +65,7 @@ class StorageData {
|
|||||||
|
|
||||||
static fromJSON(json: string): StorageData {
|
static fromJSON(json: string): StorageData {
|
||||||
const data = JSON.parse(json);
|
const data = JSON.parse(json);
|
||||||
return new StorageData(data.data,data.type,parseInt(data.timeout));
|
return new StorageData(data.data,data.type,data.timeout);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -240,15 +240,15 @@ const UserProperties = {
|
|||||||
buttonGroup: '',
|
buttonGroup: '',
|
||||||
index: 6
|
index: 6
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// buttonType: ButtonType.DEFAULT, //按钮类型
|
buttonType: ButtonType.DEFAULT, //按钮类型
|
||||||
// buttonName: t('结束'), //按钮名称
|
buttonName: t('结束'), //按钮名称
|
||||||
// buttonCode: ApproveCode.FINISH, //按钮编码
|
buttonCode: ApproveCode.FINISH, //按钮编码
|
||||||
// approveType: ApproveType.FINISH, //
|
approveType: ApproveType.FINISH, //
|
||||||
// checked: true, //选中
|
checked: true, //选中
|
||||||
// buttonGroup: '更多',
|
buttonGroup: '更多',
|
||||||
// index: 7
|
index: 7
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
buttonType: ButtonType.DEFAULT, //按钮类型
|
buttonType: ButtonType.DEFAULT, //按钮类型
|
||||||
buttonName: t('查看流程图'), //按钮名称
|
buttonName: t('查看流程图'), //按钮名称
|
||||||
|
|||||||
Reference in New Issue
Block a user