diff --git a/src/manifest.json b/src/manifest.json index 6685d94..3e1baee 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,110 +1,117 @@ { - "name" : "yxx", - "appid" : "__UNI__77CA6BC", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", - "transformPx" : false, - "app-plus" : { - /* 5+App特有相关 */ - "usingComponents" : true, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - "modules" : {}, - /* 模块配置 */ - "distribute" : { - /* 应用发布信息 */ - "android" : { - /* android打包配置 */ - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - "ios" : {}, - /* ios打包配置 */ - "sdkConfigs" : {} - } - }, - /* SDK配置 */ - "quickapp" : {}, - /* 快应用特有相关 */ - "mp-weixin" : { - "appid" : "wx55b187e6ed92e2ac", - "setting" : { - "urlCheck" : true, - "minified" : true, - "es6" : true, - "postcss" : true - }, - "usingComponents" : true, - "lazyCodeLoading" : "requiredComponents", - "optimization" : { - "subPackages" : true - } - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "mp-qq" : { - "usingComponents" : true - }, - "h5" : { - "router" : { - "mode" : "hash" - }, - "title" : "艺象心", - "devServer" : { - "disableHostCheck" : true, // 禁用 Host 检查,默认false - "proxy" : { - // 与vue中的proxyTable配置大致上一致,此处我同时代理了两个 - "/pre" : { - // 预发布 - "target" : "http://192.168.1.3:8080/h5/api", // 目标接口域名 + "name": "yxx", + "appid": "__UNI__77CA6BC", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, + "app-plus": { + /* 5+App特有相关 */ + "usingComponents": true, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + "modules": {}, + /* 模块配置 */ + "distribute": { + /* 应用发布信息 */ + "android": { + /* android打包配置 */ + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + "ios": {}, + /* ios打包配置 */ + "sdkConfigs": {} + } + }, + /* SDK配置 */ + "quickapp": {}, + /* 快应用特有相关 */ + "mp-weixin": { + "appid": "wx55b187e6ed92e2ac", + "setting": { + "urlCheck": true, + "minified": true, + "es6": true, + "postcss": true + }, + "usingComponents": true, + "lazyCodeLoading": "requiredComponents", + "optimization": { + "subPackages": true + }, + "plugins": { + "player": { + "version": "2.1.1", + "provider": "wxa75efa648b60994b" + } + } - // "target" : "https://yxx.ydool.net/h5/api", // 目标接口域名 - "changeOrigin" : true, // 是否跨域 - "secure" : false, // 设置支持https协议的代理 - "pathRewrite" : { - "^/pre" : "" - } // 此处pathRewrite加第二个参数是因为我的接口最后都有一个/api,在这个地方加/api等价于直接在target后加/api - }, - "/sock" : { - // 预发布 - "target" : "ws:// 10.0.0.5:8080/webSocket", // 目标接口域名 - "changeOrigin" : true // 是否跨域 - } - } - } - } -} + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "mp-qq": { + "usingComponents": true + }, + "h5": { + "router": { + "mode": "hash" + }, + "title": "艺象心", + "devServer": { + "disableHostCheck": true, // 禁用 Host 检查,默认false + "proxy": { + // 与vue中的proxyTable配置大致上一致,此处我同时代理了两个 + "/pre": { + // 预发布 + "target": "http://192.168.1.3:8080/h5/api", // 目标接口域名 + + // "target" : "https://yxx.ydool.net/h5/api", // 目标接口域名 + "changeOrigin": true, // 是否跨域 + "secure": false, // 设置支持https协议的代理 + "pathRewrite": { + "^/pre": "" + } // 此处pathRewrite加第二个参数是因为我的接口最后都有一个/api,在这个地方加/api等价于直接在target后加/api + }, + "/sock": { + // 预发布 + "target": "ws:// 10.0.0.5:8080/webSocket", // 目标接口域名 + "changeOrigin": true // 是否跨域 + } + } + } + } +} \ No newline at end of file diff --git a/src/pages.json b/src/pages.json index e1b3694..65fe0f7 100644 --- a/src/pages.json +++ b/src/pages.json @@ -9,13 +9,13 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } - }, { + }, + { "path": "pages/pageHome/pdfView", "style": { "navigationBarTitleText": "文件浏览", "enablePullDownRefresh": false } - } ], "subPackages": [{ @@ -49,7 +49,6 @@ "navigationBarTitleText": "修改地址", "enablePullDownRefresh": false } - }, { "path": "activeManage/activeManage", @@ -58,7 +57,6 @@ "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - }, { "path": "activeManage/signIn", @@ -66,7 +64,6 @@ "navigationBarTitleText": "签到管理", "enablePullDownRefresh": false } - }, { "path": "activeManage/examine", @@ -74,7 +71,6 @@ "navigationBarTitleText": "审核管理", "enablePullDownRefresh": false } - }, { "path": "activeManage/examineList", @@ -83,7 +79,6 @@ "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - }, { "path": "activeManage/toGm", @@ -91,7 +86,6 @@ "navigationBarTitleText": "申请冠名", "enablePullDownRefresh": false } - }, { "path": "activeManage/qdList", @@ -99,7 +93,6 @@ "navigationBarTitleText": "签到详情", "enablePullDownRefresh": false } - }, // 我的页面 { @@ -176,7 +169,6 @@ "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - }, { "path": "my/imgUpload", @@ -184,14 +176,13 @@ "navigationBarTitleText": "图片上传", "enablePullDownRefresh": false } - - }, { + }, + { "path": "my/evaluated", "style": { "navigationBarTitleText": "已评价", "enablePullDownRefresh": false } - }, { "path": "my/uploadedImgShow", @@ -199,7 +190,6 @@ "navigationBarTitleText": "已传图片", "enablePullDownRefresh": false } - } ] }, @@ -211,22 +201,22 @@ "navigationBarTitleText": "文艺比赛", "enablePullDownRefresh": false } - - }, { + }, + { "path": "ArtRace/ArtRaceDetail", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } - - }, { + }, + { "path": "ArtRace/ThrowWork", "style": { "navigationBarTitleText": "投稿", "enablePullDownRefresh": false } - - }, { + }, + { "path": "ConfirmOrder/ConfirmOrder", "style": { "navigationBarTitleText": "确认订单", @@ -234,7 +224,8 @@ } } //虚拟物品-线上交易 - , { + , + { "path": "ConfirmOrder/fictitiousOrder", "style": { "navigationBarTitleText": "确认订单", @@ -242,21 +233,23 @@ } } //虚拟物品-购买详情 - , { + , + { "path": "ConfirmOrder/purchaseDetail", "style": { "navigationBarTitleText": "购买详情", "enablePullDownRefresh": false } - }, { + }, + { "path": "MyOrder/MyOrder", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - - }, { + }, + { "path": "MyOrder/detail", "style": { "navigationBarTitleText": "订单详情", @@ -277,7 +270,6 @@ "navigationBarTitleText": "我的积分", "enablePullDownRefresh": false, "navigationStyle": "custom" - } }, // 积分明细 @@ -312,84 +304,85 @@ } } // 文艺作品 - , { + , + { "path": "ArtWorks/ArtWorks", "style": { "navigationBarTitleText": "文艺作品", "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - - }, { + }, + { "path": "ArtWorks/artWorkDetail", "style": { "navigationBarTitleText": "作品详情", "enablePullDownRefresh": false } - - }, { + }, + { "path": "ArtWorks/webView", "style": { "navigationBarTitleText": "文件浏览", "enablePullDownRefresh": false } - - }, { + }, + { "path": "improveData/improveData", "style": { "navigationBarTitleText": "完善资料", "enablePullDownRefresh": false } - - }, { + }, + { "path": "PersonalCenter/PersonalCenter", "style": { "navigationBarTitleText": "个人中心", "enablePullDownRefresh": false } - - }, { + }, + { "path": "PersonalCenter/ReEditSingleInfo", "style": { "navigationBarTitleText": "信息修改", "enablePullDownRefresh": false } - - }, { + }, + { "path": "PersonalCenter/changePasw", "style": { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } - - }, { + }, + { "path": "PublishWorks/PublishWorks", "style": { "navigationBarTitleText": "发布作品", "enablePullDownRefresh": false } - - }, { + }, + { "path": "PublishWorks/PublishWorksNext", "style": { "navigationBarTitleText": "发布作品", "enablePullDownRefresh": false } - - }, { + }, + { "path": "literFamily/literFamily", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - }, { + }, + { "path": "literFamily/ActJianDetail", "style": { "navigationBarTitleText": "活动剪影详情", "enablePullDownRefresh": false } - } ] }, @@ -412,35 +405,35 @@ } } // 动态详情 - , { + , + { "path": "activity/activityDetail", "style": { "navigationBarTitleText": "动态详情", "enablePullDownRefresh": false } - } // 文艺活动 - , { + , + { "path": "ArtActivities/ArtActivities", "style": { "navigationBarTitleText": "文艺活动", "enablePullDownRefresh": false } - - }, { + }, + { "path": "AwardWinningWork/AwardWinningWork", "style": { "navigationBarTitleText": "艺起战疫获奖作品", "enablePullDownRefresh": false } - - }, { + }, + { "path": "DataSearch/DataSearch", "style": { "navigationBarTitleText": "资料查找", "enablePullDownRefresh": false } - }, { "path": "enjoy/enjoy", @@ -456,18 +449,18 @@ "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - }, { + }, + { "path": "famousArts/famousArts", "style": { "enablePullDownRefresh": false } - - }, { + }, + { "path": "folderDetail/folderDetail", "style": { "enablePullDownRefresh": false } - }, { "path": "literHelp/literHelp", @@ -475,31 +468,32 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } - }, { + }, + { "path": "Login/Login", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } - - }, { + }, + { "path": "Login/Register", "style": { "enablePullDownRefresh": false } - - }, { + }, + { "path": "Login/setPas", "style": { "navigationBarTitleText": "绑定账号", "enablePullDownRefresh": false } - }, { + }, + { "path": "Login/RemeberPW", "style": { "enablePullDownRefresh": false } - }, { "path": "Login/binding", @@ -536,14 +530,13 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } - - }, { + }, + { "path": "SelectId/SelectId", "style": { "enablePullDownRefresh": false, "navigationStyle": "custom" } - }, { "path": "shop/Shop", @@ -552,41 +545,40 @@ "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - - }, { + }, + { "path": "ShoppingCart/ShoppingCart", "style": { "navigationBarTitleText": "购物车", "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - } // 政策速通 - , { + , + { "path": "PolicyExpress/PolicyExpress", "style": { "navigationBarTitleText": "政策速通", "enablePullDownRefresh": true, "onReachBottomDistance": 20 } - } // 政策速通详情 - , { + , + { "path": "PolicyExpress/PolicyExpressDetail", "style": { "navigationBarTitleText": "详情", "enablePullDownRefresh": false } - - }, { + }, + { "path": "PingJiaList/PingJiaList", "style": { "navigationBarTitleText": "评价列表", "enablePullDownRefresh": false } - } ] }, @@ -616,16 +608,28 @@ "navigationBarTitleText": "线上看展", "enablePullDownRefresh": false } + }, + // 线上看展详情 + { + "path": "xskz/details", + "style": { + "navigationBarTitleText": "线上看展——详情", + "enablePullDownRefresh": false, + "usingComponents": { + "player-component": "plugin://player/video" + } + } } ] } - ], "preloadRule": { "pages/pageHome/pageHome": { "network": "all", "packages": [ - "pagesA/", "pagesB/", "pagesC/" + "pagesA/", + "pagesB/", + "pagesC/" ] } }, @@ -635,4 +639,4 @@ "navigationBarBackgroundColor": "#FFFFFF", //导航栏背景颜色(同状态栏背景色) "backgroundColor": "#F8F8F8" //下拉显示出来的窗口的背景色 } -} +} \ No newline at end of file diff --git a/src/pagesD/xskz/details.vue b/src/pagesD/xskz/details.vue new file mode 100644 index 0000000..4fbaf59 --- /dev/null +++ b/src/pagesD/xskz/details.vue @@ -0,0 +1,19 @@ + + + + + \ No newline at end of file diff --git a/src/pagesD/xskz/index.vue b/src/pagesD/xskz/index.vue index 76f3a05..c7f7bd5 100644 --- a/src/pagesD/xskz/index.vue +++ b/src/pagesD/xskz/index.vue @@ -1,7 +1,7 @@