@ -24,6 +24,12 @@
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/login/login",
"navigationBarTitleText": "登录"
],
"globalStyle": {
@ -0,0 +1,11 @@
<script setup lang="ts">
//
</script>
<template>
<view class="login">login</view>
</template>
<style lang="scss">
</style>