1 Star 0 Fork 110

learn_coding / autojs-vue

forked from vnool / autojs-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.81 KB
一键复制 编辑 原始数据 按行查看 历史
yooge 提交于 2020-11-23 03:02 . 新增 app.vue , 机器人访问vue对象
{
"pages" : [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/index",
"style" : {}
},
{
"path" : "pages/index/index-old",
"style" : {}
},
{
"path" : "pages/robots/weixin",
"style" : {}
},
{
"path" : "pages/robots/tantan",
"style" : {}
},
{
"path" : "pages/robots/douyin",
"style" : {}
},
{
"path": "pages/crm/fans/index",
"style": {}
},
{
"path" : "pages/basics/layout",
"style" : {}
},
{
"path" : "pages/basics/background",
"style" : {}
},
{
"path" : "pages/basics/text",
"style" : {}
},
{
"path" : "pages/basics/icon",
"style" : {}
},
{
"path" : "pages/basics/button",
"style" : {}
},
{
"path" : "pages/basics/design",
"style" : {}
},
{
"path" : "pages/basics/tag",
"style" : {}
},
{
"path" : "pages/basics/avatar",
"style" : {}
},
{
"path" : "pages/basics/progress",
"style" : {}
},
{
"path" : "pages/basics/shadow",
"style" : {}
},
{
"path" : "pages/basics/loading",
"style" : {}
},
{
"path" : "pages/component/bar",
"style" : {}
},
{
"path" : "pages/component/nav",
"style" : {}
},
{
"path" : "pages/component/list",
"style" : {}
},
{
"path" : "pages/component/card",
"style" : {}
},
{
"path" : "pages/component/form",
"style" : {}
},
{
"path" : "pages/component/timeline",
"style" : {}
},
{
"path" : "pages/component/chat",
"style" : {}
},
{
"path" : "pages/component/swiper",
"style" : {}
},
{
"path" : "pages/component/modal",
"style" : {}
},
{
"path" : "pages/component/steps",
"style" : {}
},
{
"path" : "pages/plugin/indexes",
"style" : {}
},
{
"path" : "pages/plugin/animation",
"style" : {}
},
{
"path" : "pages/plugin/drawer",
"style" : {}
},
{
"path" : "pages/plugin/verticalnav",
"style" : {}
},
{
"path" : "pages/my/my",
"style" : {}
},
{
"path" : "pages/my/developer/index",
"style" : {}
},
{
"path" : "pages/my/developer/robot",
"style" : {}
}
,{
"path" : "pages/my/appstore/index",
"style" : {}
}
],
"globalStyle" : {
"mp-alipay" : {
/* 支付宝小程序特有相关 */
"transparentTitle" : "always",
"allowsBounceVertical" : "NO"
},
"navigationBarBackgroundColor" : "#0081ff",
"navigationBarTitleText" : "what",
"navigationStyle" : "custom",
"navigationBarTextStyle" : "white"
},
"usingComponts" : true,
"condition" : {
//模式配置,仅开发期间生效
"current" : 0, //当前激活的模式(list 的索引项)
"list" : [
{
"name" : "表单", //模式名称
"path" : "pages/index/index", //启动页面
"query" : "" //启动参数
}
]
}
}
JavaScript
1
https://gitee.com/learn_coding/autojs-vue.git
git@gitee.com:learn_coding/autojs-vue.git
learn_coding
autojs-vue
autojs-vue
main

搜索帮助