省志愿者去掉调试工具,修复接口路径

This commit is contained in:
2022-11-23 18:16:08 +08:00
parent bb1d9b6e1f
commit 90e5a0645d

View File

@@ -1,7 +1,6 @@
<template> <template>
<section class="AppOpenChat"> <section class="AppOpenChat">
<AiLoading tips="正在处理..."/> <AiLoading tips="正在处理..."/>
<AiConsole show/>
</section> </section>
</template> </template>
@@ -54,7 +53,7 @@ export default {
}, },
handleCreateQrCode(groupId) { handleCreateQrCode(groupId) {
const {activityType, activityId, groupName} = this.$route.query const {activityType, activityId, groupName} = this.$route.query
this.$http.post("/wxcp/wxgroup/createGroupQrCode", null, { this.$http.post("/api/wxcp/wxgroup/createGroupQrCode", null, {
params: { params: {
groupId, activityType, activityId, groupName groupId, activityType, activityId, groupName
} }