fix: 修改构建配置
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -50,8 +50,8 @@ pipeline { | ... | @@ -50,8 +50,8 @@ pipeline { |
| 50 | steps { | 50 | steps { |
| 51 | nodejs('node 16.20.2'){} | 51 | nodejs('node 16.20.2'){} |
| 52 | //配置私有npm仓库 | 52 | //配置私有npm仓库 |
| 53 | sh 'npm config set registry http://192.168.5.4:8001/repository/csbr-npm/' | 53 | sh 'npm config set registry http://49.4.23.228:8001/repository/csbr-npm/' |
| 54 | sh 'yarn config set registry http://192.168.5.4:8001/repository/csbr-npm/' | 54 | sh 'yarn config set registry http://49.4.23.228:8001/repository/csbr-npm/' |
| 55 | // 配置后可通过下面方式来验证是否成功 | 55 | // 配置后可通过下面方式来验证是否成功 |
| 56 | sh 'npm config get registry' | 56 | sh 'npm config get registry' |
| 57 | sh 'npm install -g pnpm' | 57 | sh 'npm install -g pnpm' | ... | ... |
| ... | @@ -219,7 +219,7 @@ const routes: RouteRecordRaw[] = [ | ... | @@ -219,7 +219,7 @@ const routes: RouteRecordRaw[] = [ |
| 219 | { | 219 | { |
| 220 | path: 'configure-rules', | 220 | path: 'configure-rules', |
| 221 | name: 'configureRules', | 221 | name: 'configureRules', |
| 222 | component: () => import('@/views/data_inventory/configureRules1.vue'), | 222 | component: () => import('@/views/data_inventory/configureRules.vue'), |
| 223 | meta: { | 223 | meta: { |
| 224 | title: '配置业务规则', | 224 | title: '配置业务规则', |
| 225 | sidebar: false, | 225 | sidebar: false, | ... | ... |
-
Please register or sign in to post a comment