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