This commit is contained in:
dongruihua
2022-11-21 13:52:26 +08:00
parent cba353fd94
commit 773f37e145
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"name": "fe_manage", "name": "fe_manage",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"homepage": "http://u-pre.boe.com/manage/",
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",

View File

@@ -20,6 +20,7 @@ const routes = [
] ]
const router = createRouter({ const router = createRouter({
base: '/manage',
history: createWebHistory(), history: createWebHistory(),
routes routes
}) })