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

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

View File

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