更新页面配置文件,开发文档,登录页面,首页

This commit is contained in:
2024-09-28 15:08:49 +08:00
parent 90eb77d891
commit 6feeaf919e
6 changed files with 96 additions and 45 deletions

View File

@@ -19,8 +19,12 @@ H5, 不影响。
* uni-drawer 组件使用的 px :style="{width:drawerWidth+'px'}" 单位 使用时 请将组件内 改为rpx ``<view class="uni-drawer__content" :class="{'uni-drawer--right': rightMode,'uni-drawer--left': !rightMode, 'uni-drawer__content--visible': showDrawer}" :style="{width:drawerWidth+'rpx'}">``
由于是动态传参 所以无法样式复写
### 微信小程序兼容行考虑
* 分包内组件路径为 /分包目录/*/组件名称; 使用@/分包目录/*/组件名称会报错。
* 分包只能使用分包内的图路径或者static目录下 分包使用别的分包下图片会导致图片未找到
* uni tabBar 配置项 请参考 [tabBar配置网址]<https://uniapp.dcloud.net.cn/collocation/pages.html#tabbar>
*
### 打包注意事项
* 准备资料: