mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化代码
This commit is contained in:
parent
d8ee722682
commit
49f8877e98
@ -30,7 +30,7 @@
|
||||
<script>
|
||||
const context = require("../../context/Java110Context.js");
|
||||
const constant = context.constant;
|
||||
import conf from '../../config.js'
|
||||
import conf from '../../conf/config'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
@ -114,6 +114,7 @@
|
||||
});
|
||||
},
|
||||
_doRegister: function(e) {
|
||||
console.log(conf.DEFAULT_COMMUNITY_ID,'123')
|
||||
let obj = {
|
||||
"link": this.link,
|
||||
"msgCode": this.msgCode,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user