更新10.8

This commit is contained in:
许允枞 2024-10-08 18:37:33 +08:00
parent 3452957db9
commit 58812b9801

View File

@ -97,6 +97,7 @@
}, },
methods: { methods: {
goSignIn() { goSignIn() {
if (this.isSignIn == true) {
request({ request({
url: 'business/integral/integralSettings/signInFunction', url: 'business/integral/integralSettings/signInFunction',
method: 'post', method: 'post',
@ -111,6 +112,7 @@
this.getList() this.getList()
} }
}) })
}
}, },
// //
getIsSignIn() { getIsSignIn() {