feat: 投诉与建议,关于我们
Showing
| ... | ... | @@ -7,7 +7,9 @@ |
| "preview": "vite preview", | ||
| "build:selfService": "VITE_TARGET=selfService vite build", | ||
| "build:intention": "VITE_TARGET=intention vite build", | ||
| "build:calculator": "VITE_TARGET=calculator vite build" | ||
| "build:calculator": "VITE_TARGET=calculator vite build", | ||
| "build:about": "VITE_TARGET=about vite build", | ||
| "build:complaint": "VITE_TARGET=complaint vite build" | ||
| }, | ||
| "dependencies": { | ||
| "@hips/plugin-vue-jssdk": "^1.1.2", | ||
| ... | ... |
Please register or sign in to comment