diff --git a/.vscode/vue3.code-snippets b/.vscode/vue3.code-snippets
index a196e90..8c69a4e 100644
--- a/.vscode/vue3.code-snippets
+++ b/.vscode/vue3.code-snippets
@@ -19,16 +19,12 @@
"scope": "vue",
"prefix": "v3",
"body": [
- "",
- "{",
- " \"layout\": \"default\",",
- " \"style\": {",
- " \"navigationBarTitleText\": \"$1\"",
- " }",
- "}",
- "\n",
"\n",
"",
" $3",
diff --git a/src/pages-sub/demo/index.vue b/src/pages-sub/demo/index.vue
index 1d6abdd..bffc26f 100644
--- a/src/pages-sub/demo/index.vue
+++ b/src/pages-sub/demo/index.vue
@@ -1,15 +1,12 @@
-
-{
- "layout": "default",
- "style": {
- "navigationBarTitleText": "分包页面"
- }
-}
-
-
diff --git a/src/pages.json b/src/pages.json
index da4336c..e80d2f9 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -58,23 +58,20 @@
{
"path": "pages/about/alova",
"type": "page",
- "layout": "default",
"style": {
- "navigationBarTitleText": "Alova 请求演示"
+ "navigationBarTitleText": "Alova 演示"
}
},
{
"path": "pages/about/vue-query",
"type": "page",
- "layout": "default",
"style": {
- "navigationBarTitleText": "Vue Query 请求演示"
+ "navigationBarTitleText": "Vue Query 演示"
}
},
{
"path": "pages/login/login",
"type": "page",
- "layout": "default",
"style": {
"navigationBarTitleText": "登录"
}
@@ -82,7 +79,6 @@
{
"path": "pages/login/register",
"type": "page",
- "layout": "default",
"style": {
"navigationBarTitleText": "注册"
}
@@ -102,7 +98,6 @@
{
"path": "demo/index",
"type": "page",
- "layout": "default",
"style": {
"navigationBarTitleText": "分包页面"
}
diff --git a/src/pages/about/about.vue b/src/pages/about/about.vue
index d05ffff..6c08d73 100644
--- a/src/pages/about/about.vue
+++ b/src/pages/about/about.vue
@@ -1,23 +1,14 @@
-
-{
- "style": {
- "navigationBarTitleText": "关于"
- }
-}
-
-