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