页面开发

This commit is contained in:
ChuShiZ 2024-08-22 19:35:07 +08:00
parent 889b0e0b16
commit b8ce17c902
2 changed files with 7 additions and 3 deletions

View File

@ -99,4 +99,11 @@
<style lang="scss">
@import "@/node_modules/uview-ui/index.scss";
page,
uni-page-body,
html,
body {
height: 100%;
}
</style>

View File

@ -1,7 +1,4 @@
{
"easycom": {
"^u-(.*)": "@/node_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/index/index",
"style": {