1 Star 2 Fork 0

Russell/uniapp-WXMiniProgram-develop-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.config.ts 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
HuangXinMing 提交于 3个月前 . update README.md
import { defineUniPages } from "@uni-helper/vite-plugin-uni-pages";
export default defineUniPages({
// 你也可以定义 pages 字段,它具有最高的优先级。
pages: [
{
path: "pages/index/index",
style: {
navigationBarTitleText: "首页",
},
},
{
path: "pages/mine/index",
style: {
navigationBarTitleText: "我的",
},
},
{
path: "pages/login/index",
style: {
navigationBarTitleText: "登录",
},
}
],
globalStyle: {
navigationBarTextStyle: "black",
navigationBarTitleText: "russ-uniapp",
navigationBarBackgroundColor: "#F8F8F8",
backgroundColor: "#F8F8F8",
},
tabBar: {
color: '#999999',
selectedColor: '#1a5f8e',
backgroundColor: '#fefefe',
borderStyle: 'black',
list: [
{
iconPath: 'static/tabbar/tabbar_home.png',
selectedIconPath: 'static/tabbar/tabbar_home.png',
pagePath: 'pages/index/index',
text: '首页',
},
{
iconPath: 'static/tabbar/tabbar_mine.png',
selectedIconPath: 'static/tabbar/tabbar_mine.png',
pagePath: 'pages/mine/index',
text: '我的',
},
],
},
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/ybssl/uniapp-WXMiniProgram-develop-template.git
git@gitee.com:ybssl/uniapp-WXMiniProgram-develop-template.git
ybssl
uniapp-WXMiniProgram-develop-template
uniapp-WXMiniProgram-develop-template
master

搜索帮助