diff --git a/jiuyi2/api/video.js b/jiuyi2/api/video.js index 9a53551e..46cca5e8 100644 --- a/jiuyi2/api/video.js +++ b/jiuyi2/api/video.js @@ -569,7 +569,7 @@ const video = { url: `/video/statistics/getStatisticsData/unlockStatistics`, load: true, data: param.data, - method: 'GET', + method: 'POST', }) }, diff --git a/jiuyi2/common/js/config.js b/jiuyi2/common/js/config.js index 1d0e8e20..095539ba 100644 --- a/jiuyi2/common/js/config.js +++ b/jiuyi2/common/js/config.js @@ -8,7 +8,7 @@ const config = { // #ifndef H5 // host: 'http://91f.xyz:8080', // host: 'http://liuyd.cpolar.top', - host: 'http://p9k42a.natappfree.cc', + host: 'http://pwpbxz.natappfree.cc', // #endif // 是否vivo显示 showVivo: true, diff --git a/jiuyi2/components/index/appVerUpdate.vue b/jiuyi2/components/index/appVerUpdate.vue index a31176ba..08cae14a 100644 --- a/jiuyi2/components/index/appVerUpdate.vue +++ b/jiuyi2/components/index/appVerUpdate.vue @@ -62,7 +62,6 @@ // 取消 function handleCancel() { - console.log('versionCloud.value', versionCloud.value.isforce, versionCloud.value, ) // 判断是否强制更新 if (versionCloud.value.isForce == 1) plus.runtime.quit() else close() diff --git a/jiuyi2/components/mine/payPwd.vue b/jiuyi2/components/mine/payPwd.vue index 4d21f3e9..65d9cd60 100644 --- a/jiuyi2/components/mine/payPwd.vue +++ b/jiuyi2/components/mine/payPwd.vue @@ -63,10 +63,6 @@ return config[props.unitKey] || {} }) - onMounted(() => { - console.log('onMounted', keyboard, proxy.$refs) - }) - // 打开弹窗 function open() { // 如果用户没有二级密码 diff --git a/jiuyi2/pages/index/dataCenter/dataCenter.vue b/jiuyi2/pages/index/dataCenter/dataCenter.vue index aabdf62d..b10d61b4 100644 --- a/jiuyi2/pages/index/dataCenter/dataCenter.vue +++ b/jiuyi2/pages/index/dataCenter/dataCenter.vue @@ -126,7 +126,11 @@ // 解锁查看流量统计表 function handleUnlock() { - api.video.unlockStatistics({}).then(res => { + api.video.unlockStatistics({ + data: { + videoId: videoId.value, + } + }).then(res => { if (res.code === 200) { // 获取流量统计 getFlow() @@ -154,7 +158,8 @@