diff --git a/project.config.json b/project.config.json index 7b4b54c..8694c39 100644 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,7 @@ { "description": "A WePY project", "setting": { - "urlCheck": false, + "urlCheck": true, "es6": false, "postcss": false, "minified": false, diff --git a/src/common/global.js b/src/common/global.js index 0616bf1..1a81912 100644 --- a/src/common/global.js +++ b/src/common/global.js @@ -1,4 +1,4 @@ -const env = 'test'; //product, test +const env = 'product'; //product, test export default { env: env, // apiBase: env === 'test'? 'http://192.168.100.226' : 'https://ghost.kingsome.cn', diff --git a/src/components/video-player.wpy b/src/components/video-player.wpy index e410259..db56143 100644 --- a/src/components/video-player.wpy +++ b/src/components/video-player.wpy @@ -25,7 +25,7 @@ {{record.language}} - + - 查看联机帮助 + 查看联机帮助 diff --git a/src/pages/video.wpy b/src/pages/video.wpy index a7875f1..f73efc7 100644 --- a/src/pages/video.wpy +++ b/src/pages/video.wpy @@ -39,6 +39,7 @@ } onLoad(params) { + this.$parent.log('video_play_page_onload', params); this.videoCfg.videoUrl = decodeURIComponent(params.link); const title = decodeURIComponent(params.title) if (title) {