uniapp项目实战:初始化项目

2023-10-22  本文已影响0人  王俏

初始化项目

新建项目

image.png

创建云服务空间

云服务空间 创建db_init.json

编辑db_init.json

db_init.json 初始化云数据库

pages.json中配置tabbar

 "tabBar": {
    "color": "#666",
    "backgroundColor": "#fff",
    "selectedColor": "#f07373",
    "list": [
      {
        "pagePath": "pages/tabbar/index/index",
        "text": "首页",
        "iconPath": "static/home.png",
        "selectedIconPath": "static/home-active.png" 
      },
      {
        "pagePath": "pages/tabbar/follow/follow",
        "text": "关注",
        "iconPath": "static/follow.png",
        "selectedIconPath": "static/follow-active.png" 
      },
      {
        "pagePath": "pages/tabbar/my/my",
        "text": "我的",
        "iconPath": "static/my.png",
        "selectedIconPath": "static/my-active.png" 
      }
    ]
  }
上一篇 下一篇

猜你喜欢

热点阅读