fix: 修复合并生产环境配置的调整
@@ -5,7 +5,8 @@ export default {
dev: {
'/api/': {
// target: 'http://fabdev.com',
- target: 'http://fabqa.com',
+ // target: 'http://fabqa.com',
+ target: 'http://fab3h1qa.com',
changeOrigin: true,
pathRewrite: { '^': '' }
}
@@ -417,4 +417,16 @@ declare namespace API {
tab: string
rules: any[]
+
+ type ExecutorItem = {
+ ID?: string
+ name?: string
+ /** 设置方式: yz-预置成员,bz-步骤设置 */
+ setType?: 'yz' | 'bz'
+ /** 审批模式: user-指定用户, xx-会签, yy-或签 */
+ approvalType?: 'user'
+ step?: string
+ members?: string[]
+ businessType?: string
+ }