省志愿者去掉调试工具,修复接口路径
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user