|
@@ -1,180 +1,160 @@
|
|
|
{
|
|
|
- "easycom": {
|
|
|
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
- },
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "navigationStyle":"custom",// 隐藏系统导航栏
|
|
|
- "navigationBarTitleText": "首页"
|
|
|
- }
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/mycode/mycode",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "退役军人码"
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,
|
|
|
- {
|
|
|
- "path" : "pages/authentication/authentication",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "退役军人职业教育码申请"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/phoneLogin/phoneLogin",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/bannerDetails/bannerDetails",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "详情页"
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/policyNews/policyNews",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "政策资讯"
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/policyNewsDetails/policyNewsDetails",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "文章详情"
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/newsDetails/newsDetails",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "文章详情"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/code",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "验证码"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/mine/mine",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "个人中心",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
-
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/center/center",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "中心",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/privacyPolicy/privacyPolicy",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "隐私政策"
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/schools/schools",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "学院列表"
|
|
|
- }
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/skillsTraining/skillsTraining",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "技能培训"
|
|
|
- }
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/basicTraining/basicTraining",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "适应性培训"
|
|
|
- }
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/basicTraining/myBasicTraining/myBasicTraining",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "我的适应性培训"
|
|
|
- }
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "在线上课"
|
|
|
- }
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/upgrade/upgrade",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "学历提升"
|
|
|
- }
|
|
|
- }
|
|
|
- ,{
|
|
|
- "path" : "pages/inbuild/inbuild",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "建设中"
|
|
|
- }
|
|
|
- }
|
|
|
- ],
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
- },
|
|
|
- "tabBar": {
|
|
|
- "color": "#909399",
|
|
|
- "selectedColor": "#303133",
|
|
|
- "borderStyle": "black",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/icons/index-gray.png",
|
|
|
- "selectedIconPath": "static/icons/index.png",
|
|
|
- "text": "首页"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/mycode/mycode",
|
|
|
- "iconPath": "static/icons/code-gray.png",
|
|
|
- "selectedIconPath": "static/icons/code.png",
|
|
|
- "text": "退役军人码"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/mine/mine",
|
|
|
- "iconPath": "static/icons/mine-gray.png",
|
|
|
- "selectedIconPath": "static/icons/mine.png",
|
|
|
- "text": "我"
|
|
|
- }]
|
|
|
- }
|
|
|
+ "easycom": {
|
|
|
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
+ },
|
|
|
+ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/mycode/mycode",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "退役军人码"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/authentication/authentication",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "退役军人职业教育码申请"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/phoneLogin/phoneLogin",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "手机登录"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/bannerDetails/bannerDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "详情页"
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/policyNews/policyNews",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "政策资讯"
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/policyNewsDetails/policyNewsDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "文章详情"
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/newsDetails/newsDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "文章详情"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/code",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "验证码"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/mine/mine",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人中心",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/center/center",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "中心",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/privacyPolicy/privacyPolicy",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "隐私政策"
|
|
|
+ }
|
|
|
+
|
|
|
+ }, {
|
|
|
+ "path": "pages/schools/schools",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "学院列表"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/skillsTraining/skillsTraining",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "技能培训"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/basicTraining/basicTraining",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "适应性培训"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/basicTraining/myBasicTraining/myBasicTraining",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的适应性培训"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/basicTraining/basicTrainingDetails/basicTrainingDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "在线上课"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/upgrade/upgrade",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "学历提升"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/inbuild/inbuild",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "建设中"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/notification/notification",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "消息通知",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "backgroundColor": "#2A322B",
|
|
|
+ "navigationBarBackgroundColor": "#2A322B"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "uni-app",
|
|
|
+ "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
+ "backgroundColor": "#F8F8F8"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#909399",
|
|
|
+ "selectedColor": "#303133",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "static/icons/index-gray.png",
|
|
|
+ "selectedIconPath": "static/icons/index.png",
|
|
|
+ "text": "首页"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/mycode/mycode",
|
|
|
+ "iconPath": "static/icons/code-gray.png",
|
|
|
+ "selectedIconPath": "static/icons/code.png",
|
|
|
+ "text": "退役军人码"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/mine/mine",
|
|
|
+ "iconPath": "static/icons/mine-gray.png",
|
|
|
+ "selectedIconPath": "static/icons/mine.png",
|
|
|
+ "text": "我"
|
|
|
+ }]
|
|
|
+ }
|
|
|
}
|