diff --git a/ckApp/pages/index/index.vue b/ckApp/pages/index/index.vue index a756e8e6..f89c991b 100644 --- a/ckApp/pages/index/index.vue +++ b/ckApp/pages/index/index.vue @@ -42,7 +42,7 @@ export default { data() { return { - baseUrl: 'https://kr-op.quwanzhi.com/iframe', + baseUrl: 'https://kr-op.quwanzhi.com/init', iframeUrl: '', // 动态构建的 URL receivedMessages: [], messageId: 0, @@ -55,7 +55,6 @@ methods: { // 构建 iframe URL,包含参数 buildIframeUrl() { - const params = []; Object.keys(this.urlParams).forEach(key => { const value = this.urlParams[key]; @@ -65,7 +64,6 @@ params.push(`${encodedKey}=${encodedValue}`); } }); - const queryString = params.join('&'); this.iframeUrl = queryString ? `${this.baseUrl}?${queryString}` : this.baseUrl; }, diff --git a/ckApp/pages/index/test.vue b/ckApp/pages/index/test.vue index 979f298b..a756e8e6 100644 --- a/ckApp/pages/index/test.vue +++ b/ckApp/pages/index/test.vue @@ -33,12 +33,12 @@ -