diff --git a/package.json b/package.json index 3f04ec01..786f525d 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "type": "module", "version": "3.2.0", "private": true, + "packageManager": "pnpm@8.6.6", "description": "一个好用的前端管理台快速开发框架", "preferGlobal": true, "workspaces": [ diff --git a/packages/fes-template/src/global.css b/packages/fes-template/src/global.css index 72e7fed3..33ab76f2 100644 --- a/packages/fes-template/src/global.css +++ b/packages/fes-template/src/global.css @@ -5,5 +5,4 @@ html, body { .page { height: 1000px; - background-image: url('~@/images/hello.png'); } diff --git a/packages/fes-template/src/pages/index.vue b/packages/fes-template/src/pages/index.vue index 2b877193..6a124862 100644 --- a/packages/fes-template/src/pages/index.vue +++ b/packages/fes-template/src/pages/index.vue @@ -27,6 +27,5 @@ function go() { diff --git a/packages/fes-template/src/pages/menuTest/index.vue b/packages/fes-template/src/pages/menuTest/index.vue index 9cf15ba7..c07dad23 100644 --- a/packages/fes-template/src/pages/menuTest/index.vue +++ b/packages/fes-template/src/pages/menuTest/index.vue @@ -2,17 +2,25 @@
menuTest-index
- Go to 1 - Go to 2 - Go to 3 + + Go to 1 + + + Go to 2 + + + Go to 3 +
+ { "title": "menuTest" } +