From 45fb3c13ce3e5304e152fb8149f51076ea45fa8e Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 27 Mar 2019 18:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E7=9C=8B=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=E8=A7=86=E9=A2=91=E6=8C=89=E9=92=AE=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- src/common/global.js | 2 +- src/components/video-player.wpy | 2 +- src/pages/gameInfo.wpy | 4 ++-- src/pages/video.wpy | 1 + 5 files changed, 6 insertions(+), 5 deletions(-) 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) {