Commit 8378d1ec by sunchao

薪资单页面跳转逻辑

parent c00f860f
......@@ -4,9 +4,9 @@
"scripts": {
"ng": "ng",
"start": "ng serve --host 192.168.1.25 --port 4205",
"buildDev": "ng build -c=dev --prod --aot",
"buildStage": "ng build -c=stage --prod --aot",
"buildProd": "ng build -c=production --prod --aot",
"buildDev": "ng build -c=dev --prod",
"buildStage": "ng build -c=stage --prod",
"buildProd": "ng build -c=production --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
......@@ -15,6 +15,7 @@
"dependencies": {
"@angular/animations": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment