feat:查看网关页面增加终端编号的显示
Showing
| ... | ... | @@ -3,7 +3,7 @@ |
| "version": "2.0.3", | ||
| "scripts": { | ||
| "ng": "ng", | ||
| "start": "ng serve", | ||
| "start": "set NODE_OPTIONS=--openssl-legacy-provider && ng serve", | ||
| "build": "ng build --prod -c=production", | ||
| "oflbuild": "ng build --prod -c=oflProduction", | ||
| "yilibuild": "ng build --prod -c=yiliProduction", | ||
| ... | ... | @@ -48,6 +48,7 @@ |
| "karma-jasmine": "~1.1.2", | ||
| "karma-jasmine-html-reporter": "^0.2.2", | ||
| "protractor": "~5.4.0", | ||
| "sass": "^1.95.1", | ||
| "ts-node": "~7.0.0", | ||
| "tslint": "~5.11.0", | ||
| "typescript": "~3.2.2" | ||
| ... | ... |
Please
register
or
sign in
to comment