|
@@ -53,6 +53,8 @@ export default {
|
|
|
const result = await asyncRequest.template();
|
|
|
this.loading = false;
|
|
|
this.template = result.data.map(({priTmplId}) => priTmplId).join(",")
|
|
|
+
|
|
|
+ console.log(this.template,'-----')
|
|
|
},
|
|
|
async initialWechatConfig(){
|
|
|
const url = window.location.href.split("#")[0]
|