首页+我的
This commit is contained in:
442
pages.json
442
pages.json
@@ -12,6 +12,29 @@
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
|
||||
{
|
||||
"path": "pages/goods/order/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "确认订单",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/login/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"enablePullDownRefresh": false, // 禁止下拉刷新,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
// pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path": "pages/homePage/index/index",
|
||||
@@ -23,10 +46,11 @@
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},{
|
||||
"path": "pages/user/login/login",
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/mine/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"navigationBarTitleText": "我的",
|
||||
"enablePullDownRefresh": false, // 禁止下拉刷新,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
@@ -34,6 +58,228 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/userInfo/persData",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人资料",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/aboutUs/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "关于我们",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/wallet/recharge/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "充值",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/wallet/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "天医币",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/set/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设置",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/curriculum/cate/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分类详情",
|
||||
"enablePullDownRefresh": true,
|
||||
"onReachBottomDistance": 100,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/curriculum/order/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "课程订单",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/curriculum/order/curriculum/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "课程信息",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/goods/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "商品信息",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/curriculum/order/curriculum/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "课程信息详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/courseInformation/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "课程设置",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/courseInformation/courseDescription/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "课程设置列表",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/courseInformation/courseDescription/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "课程设置详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/courseInformation/courseDescription/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "课程设置详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/medicaldes/medicaldes",
|
||||
"style": {
|
||||
"navigationBarTitleText": "吴门医述",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/medicaldes/zhuanzhuchuban",
|
||||
"style": {
|
||||
"navigationBarTitleText": "专著出版",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/medicaldes/xueshugongxianDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "学术贡献详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/medicaldes/medicaldesDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "医述详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/medicaldes/recordDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "纪实详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/medicaldes/video",
|
||||
"style": {
|
||||
"navigationBarTitleText": "医述详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/login/forget",
|
||||
"style": {
|
||||
@@ -44,7 +290,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/tabBar/component/component",
|
||||
"style": {
|
||||
@@ -52,14 +297,12 @@
|
||||
"app-plus": {
|
||||
"bounce": "vertical",
|
||||
"titleNView": {
|
||||
"buttons": [
|
||||
{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}
|
||||
]
|
||||
"buttons": [{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -70,14 +313,12 @@
|
||||
"navigationBarTitleText": "接口",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"buttons": [
|
||||
{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}
|
||||
]
|
||||
"buttons": [{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -88,14 +329,12 @@
|
||||
"navigationBarTitleText": "模版",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"buttons": [
|
||||
{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}
|
||||
]
|
||||
"buttons": [{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -106,14 +345,12 @@
|
||||
"navigationBarTitleText": "扩展组件",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"buttons": [
|
||||
{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}
|
||||
]
|
||||
"buttons": [{
|
||||
"text": "\ue534",
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"fontSize": "22px",
|
||||
"color": "#FFFFFF"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -396,11 +633,9 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"subPackages": [{
|
||||
"root": "pages/API",
|
||||
"pages": [
|
||||
{
|
||||
"pages": [{
|
||||
"path": "login/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "授权登录"
|
||||
@@ -411,40 +646,7 @@
|
||||
"path": "subnvue/subnvue",
|
||||
"style": {
|
||||
"navigationBarTitleText": "原生子窗体",
|
||||
"app-plus": {
|
||||
"subNVues": [
|
||||
{
|
||||
"id": "drawer",
|
||||
"path": "subnvue/subnvue/drawer",
|
||||
"type": "popup",
|
||||
"style": {
|
||||
"width": "50%"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "popup",
|
||||
"path": "subnvue/subnvue/popup",
|
||||
"type": "popup",
|
||||
"style": {
|
||||
"margin": "auto",
|
||||
"width": "80%",
|
||||
"height": "600rpx"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "video_mask",
|
||||
"path": "subnvue/subnvue/video-mask",
|
||||
"style": {
|
||||
"position": "absolute",
|
||||
"bottom": "30px",
|
||||
"left": "0",
|
||||
"width": "230px",
|
||||
"height": "110px",
|
||||
"background": "transparent"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
"app-plus": {}
|
||||
}
|
||||
},
|
||||
// #endif
|
||||
@@ -787,8 +989,7 @@
|
||||
},
|
||||
{
|
||||
"root": "pages/extUI",
|
||||
"pages": [
|
||||
{
|
||||
"pages": [{
|
||||
"path": "forms/forms",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Form 表单"
|
||||
@@ -1172,8 +1373,7 @@
|
||||
"navigationBarTitleText": "导航栏带自定义按钮",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"buttons": [
|
||||
{
|
||||
"buttons": [{
|
||||
"type": "share"
|
||||
},
|
||||
{
|
||||
@@ -1202,14 +1402,12 @@
|
||||
"navigationBarTitleText": "导航栏带城市选择",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"buttons": [
|
||||
{
|
||||
"text": "北京市",
|
||||
"fontSize": "14",
|
||||
"select": true,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
"buttons": [{
|
||||
"text": "北京市",
|
||||
"fontSize": "14",
|
||||
"select": true,
|
||||
"width": "auto"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1220,8 +1418,7 @@
|
||||
"navigationBarTitleText": "导航栏带红点和角标",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"buttons": [
|
||||
{
|
||||
"buttons": [{
|
||||
"text": "消息",
|
||||
"fontSize": "14",
|
||||
"redDot": true
|
||||
@@ -1245,16 +1442,14 @@
|
||||
"type": "transparent",
|
||||
"titleColor": "#fff",
|
||||
"backgroundColor": "#007AFF",
|
||||
"buttons": [
|
||||
{
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"text": "\ue537",
|
||||
"width": "40px",
|
||||
"fontSize": "28px",
|
||||
"color": "#fff",
|
||||
"background": "rgba(0,0,0,0)"
|
||||
}
|
||||
],
|
||||
"buttons": [{
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"text": "\ue537",
|
||||
"width": "40px",
|
||||
"fontSize": "28px",
|
||||
"color": "#fff",
|
||||
"background": "rgba(0,0,0,0)"
|
||||
}],
|
||||
"searchInput": {
|
||||
"backgroundColor": "#fff",
|
||||
"borderRadius": "6px",
|
||||
@@ -1273,15 +1468,13 @@
|
||||
"titleNView": {
|
||||
"titleColor": "#fff",
|
||||
"backgroundColor": "#007AFF",
|
||||
"buttons": [
|
||||
{
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"text": "\ue537",
|
||||
"width": "auto",
|
||||
"fontSize": "28px",
|
||||
"color": "#fff"
|
||||
}
|
||||
],
|
||||
"buttons": [{
|
||||
"fontSrc": "/static/uni.ttf",
|
||||
"text": "\ue537",
|
||||
"width": "auto",
|
||||
"fontSize": "28px",
|
||||
"color": "#fff"
|
||||
}],
|
||||
"searchInput": {
|
||||
"backgroundColor": "#fff",
|
||||
"borderRadius": "6px",
|
||||
@@ -1307,11 +1500,9 @@
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"type": "transparent",
|
||||
"buttons": [
|
||||
{
|
||||
"type": "share"
|
||||
}
|
||||
]
|
||||
"buttons": [{
|
||||
"type": "share"
|
||||
}]
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
@@ -1392,7 +1583,8 @@
|
||||
"navigationBarTitleText": "Hello uniapp",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarBackgroundColor": "#007AFF",
|
||||
"backgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#d8f8e4",
|
||||
// "backgroundColor": "#F8F8F8",
|
||||
"backgroundColorTop": "#F4F5F6",
|
||||
"backgroundColorBottom": "#F4F5F6",
|
||||
"mp-360": {
|
||||
@@ -1408,19 +1600,31 @@
|
||||
"color": "#444444",
|
||||
"selectedColor": "#079307",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
// "backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#d8f8e4",
|
||||
"list": [{
|
||||
"pagePath": "pages/homePage/index/index",
|
||||
"iconPath": "static/tab/home.png",
|
||||
"selectedIconPath": "static/tab/home_active.png",
|
||||
"text": "首页"
|
||||
"text": ""
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine/index/index",
|
||||
"pagePath": "pages/mine/mine/index",
|
||||
"iconPath": "static/tab/shop.png",
|
||||
"selectedIconPath": "static/tab/shop_active.png",
|
||||
"text": ""
|
||||
},
|
||||
// {
|
||||
// "pagePath": "pages/medicaldes/medicaldes",
|
||||
// "iconPath": "static/tab/wmys.png",
|
||||
// "selectedIconPath": "static/tab/wmys_active.png",
|
||||
// "text": ""
|
||||
// },
|
||||
{
|
||||
"pagePath": "pages/mine/mine/index",
|
||||
"iconPath": "static/tab/mine.png",
|
||||
"selectedIconPath": "static/tab/mine_active.png",
|
||||
"text": "我的"
|
||||
"text": ""
|
||||
}
|
||||
// {
|
||||
// "pagePath": "pages/tabBar/component/component",
|
||||
|
||||
Reference in New Issue
Block a user