feat: add pages/login/login.vue file
This commit is contained in:
parent
bc2797fcc0
commit
e573a3ba15
@ -49,6 +49,13 @@
|
|||||||
"path": "pages/demo/index",
|
"path": "pages/demo/index",
|
||||||
"type": "page"
|
"type": "page"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/login/login",
|
||||||
|
"type": "page",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "登录"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/my/index",
|
"path": "pages/my/index",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
|
9
src/pages/login/login.vue
Normal file
9
src/pages/login/login.vue
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<route lang="json5">
|
||||||
|
{
|
||||||
|
style: { navigationBarTitleText: '登录' },
|
||||||
|
}
|
||||||
|
</route>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<view>登录</view>
|
||||||
|
</template>
|
1
uni-pages.d.ts
vendored
1
uni-pages.d.ts
vendored
@ -6,6 +6,7 @@
|
|||||||
interface NavigateToOptions {
|
interface NavigateToOptions {
|
||||||
url: "pages/index/index" |
|
url: "pages/index/index" |
|
||||||
"pages/demo/index" |
|
"pages/demo/index" |
|
||||||
|
"pages/login/login" |
|
||||||
"pages/my/index" |
|
"pages/my/index" |
|
||||||
"pages/throughout/index" |
|
"pages/throughout/index" |
|
||||||
"pages/index/demo/component-auto-import" |
|
"pages/index/demo/component-auto-import" |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user