代码拉取完成,页面将自动刷新
同步操作将从 快推科技/易优微信开源小程序 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
/**
* 易优CMS
* ============================================================================
* 版权所有 2016-2028 海南赞赞网络科技有限公司,并保留所有权利。
* 网站地址: http://www.eyoucms.com
* ----------------------------------------------------------------------------
* 如果商业用途务必到官方购买正版授权, 以免引起不必要的法律纠纷.
* ============================================================================
* Author: 小虎哥 <[email protected]>
* Date: 2020-1-1
*/
let apikey = 'f4N2ae5yFBxtNku4EPjDPqH6GBil1zio'; // 开源小程序API接口密钥
let domain = 'https://demo.eyoucms.com'; // 网站域名,目前仅支持https
let root_dir = ''; // 子目录,比如:/sub
// 底部导航菜单
let tabbar = {
selected: -1, // 默认选中位置
color: "#666666", // 文字默认颜色
selectedColor: "#ff9900", // 文字选中时的颜色
backgroundColor: "#FFFFFF", // 背景色
borderStyle: "#000000", // 边框的颜色
list: [{
text: "首页",
pagePath: "/pages/index/index",
iconPath: "/static/images/tabBar/home.png",
selectedIconPath: "/static/images/tabBar/home-active.png"
},
{
text: "新闻",
pagePath: "/pages/archives/article/list?typeid=2",
iconPath: "/static/images/tabBar/news.png",
selectedIconPath: "/static/images/tabBar/news-active.png"
},
{
text: "产品",
pagePath: "/pages/archives/product/list?typeid=3",
iconPath: "/static/images/tabBar/product.png",
selectedIconPath: "/static/images/tabBar/product-active.png"
},
{
pagePath: "/pages/user/index",
text: "我的",
iconPath: "/static/images/tabBar/user.png",
selectedIconPath: "/static/images/tabBar/user-active.png"
}
]
};
let setting = {
domain, // 网站域名
root_dir, // 子目录
apikey, // 开源小程序API接口密钥
tabbar, // 底部导航菜单
};
module.exports = setting
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。