Commit 68a06d53 authored by 肖健's avatar 肖健

注释用不到的登录

parent 53cc17e1
This diff is collapsed.
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
// "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" // "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
}, },
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ // {
"path": "pages/binding/index", // "path": "pages/binding/index",
"style": { // "style": {
"navigationBarTitleText": "登录" // "navigationBarTitleText": "登录"
} // }
}, // },
{ {
"path": "pages/binding/binding", "path": "pages/binding/binding",
"style": { "style": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment