chore: add login page

master
苏杰豪 1 year ago committed by dongmu
parent 4cf0190e83
commit e4e37541fd

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

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