chore: add login page

master
苏杰豪 2 years ago committed by dongmu
parent 4cf0190e83
commit e4e37541fd

@ -24,6 +24,12 @@
"style": { "style": {
"navigationBarTitleText": "分类" "navigationBarTitleText": "分类"
} }
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
} }
], ],
"globalStyle": { "globalStyle": {

@ -0,0 +1,11 @@
<script setup lang="ts">
//
</script>
<template>
<view class="login">login</view>
</template>
<style lang="scss">
//
</style>
Loading…
Cancel
Save