1 Star 0 Fork 3

暂时改名/auni-form

forked from linzj/auni-form 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
linzj 提交于 2023-07-28 13:46 +08:00 . first commit
{
// 如果您是通过uni_modules形式引入uView,可以忽略此配置
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
// vue组件,需要安装、引用、注册,三个步骤后才能使用组件。easycom将其精简为一步。
"^auni-(.*)": "@/components/auniForm/auniComponents/auni-$1.vue"
},
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/auniFormTemplate/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/auniFormTemplate/auniFormTemplate",
"style": {
"navigationBarTitleText": "表单测试页"
}
},
{
"path": "pages/auniFormTemplate/uniForm",
"style": {
"navigationBarTitleText": "官方表单测试页"
}
},
{
"path": "pages/aformTemplate/index",
"style": {
"navigationBarTitleText": "aform表单测试页"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni表单适配avue",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/maldinichen_admin/auni-form.git
git@gitee.com:maldinichen_admin/auni-form.git
maldinichen_admin
auni-form
auni-form
master

搜索帮助