diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..2f59811 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "vueCompilerOptions": { + "globalTypesPath": "./vue-global-types.d.ts" + } +} \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2562764..aeaf10a 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wxb723fd3b6f9b1481", "setting" : { "urlCheck" : false }, diff --git a/pages.json b/pages.json index f81acdd..4f99b46 100644 --- a/pages.json +++ b/pages.json @@ -10,7 +10,7 @@ { "path": "pages/index/index", "style": { - "navigationBarTitleText": "uni-app" + "navigationBarTitleText": "个人中心" } } ], diff --git a/pages/index/index.vue b/pages/index/index.vue index 39e81bd..19df931 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,14 @@