Update Setting Router

This commit is contained in:
Trinity X Solution 2023-02-04 17:59:05 +08:00
parent b66f3720cf
commit 187056380e
10 changed files with 255 additions and 7 deletions

View file

@ -13,7 +13,7 @@
"ng": "ng",
"conventional-changelog": "conventional-changelog",
"start": "ng serve",
"build": "ng build",
"build": "ng build --base-href \"/SEO/\"",
"build:prod": "npm run build -- --configuration production --aot",
"test": "ng test",
"test:coverage": "rimraf coverage && npm run test -- --code-coverage",