feat: 合同签约、关联项目联调
Showing
| ... | ... | @@ -12,7 +12,8 @@ |
| "build:complaint": "VITE_TARGET=complaint vite build --mode test", | ||
| "build:infoChange": "VITE_TARGET=infoChange vite build --mode test", | ||
| "build:relatedProject": "VITE_TARGET=relatedProject vite build --mode test", | ||
| "build:repayPlanCheck": "VITE_TARGET=repayPlanCheck vite build --mode test" | ||
| "build:repayPlanCheck": "VITE_TARGET=repayPlanCheck vite build --mode test", | ||
| "build:contractSign": "VITE_TARGET=contractSign vite build --mode test" | ||
| }, | ||
| "dependencies": { | ||
| "@hips/plugin-vue-jssdk": "^1.1.2", | ||
| ... | ... |
Please register or sign in to comment