diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index e608e7a..d43c75c 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -6,8 +6,8 @@ "type" : "uni-app:app-ios" }, { - "customPlaygroundType" : "local", - "playground" : "custom", + "customPlaygroundType" : "device", + "playground" : "standard", "type" : "uni-app:app-android" } ] diff --git a/App.vue b/App.vue index 579b3c2..e436329 100644 --- a/App.vue +++ b/App.vue @@ -174,7 +174,7 @@ export default { // 批量设置开发环境配置 const devConfig = { host: "https://flaunt.batiao8.com/", - header: { "x-token": "ebe14dab-1879-4c5d-9148-727b96b30aad" }, + header: { "x-token": "da884e6e-fbd7-4d8d-ab0e-cb7b07f9f6fa" }, decrypt: "e4rOtnF8tJjtHO7ecZeJHN1rapED5ImB", encrypt: "xn08hYoizXhZ1zHP8DVqfCm2yHxPmhil" } diff --git a/pages.json b/pages.json index f32c6ef..87b19e5 100644 --- a/pages.json +++ b/pages.json @@ -170,6 +170,14 @@ "navigationStyle": "custom", "navigationBarTextStyle": "white" } + }, + { + "path" : "card/card", + "style" : + { + "navigationBarTitleText" : "身份证", + "navigationStyle": "custom" + } } ] }, diff --git a/pages/index/index.nvue b/pages/index/index.nvue index b6e345f..c2c4650 100644 --- a/pages/index/index.nvue +++ b/pages/index/index.nvue @@ -242,6 +242,11 @@ name: "视频群聊", path: "/pages/other/video-group-chat/video-group-chat" }, + { + icon: "/static/image/index/qita/card.png", + name: "身份证", + path: "/pages/other/card/card" + }, ] const data = reactive({ diff --git a/pages/other/card/card.vue b/pages/other/card/card.vue new file mode 100644 index 0000000..6756b52 --- /dev/null +++ b/pages/other/card/card.vue @@ -0,0 +1,588 @@ + + + + + \ No newline at end of file diff --git a/pages/other/splash/splash.vue b/pages/other/splash/splash.vue index 4a3e3c1..5d7d639 100644 --- a/pages/other/splash/splash.vue +++ b/pages/other/splash/splash.vue @@ -8,7 +8,7 @@ -