feat: add pages/login/login.vue file
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user