flat: 暂存

This commit is contained in:
Apcallover
2024-04-16 10:41:03 +08:00
parent ebb6fe631f
commit d2eb30fd83
6 changed files with 646 additions and 618 deletions

View File

@@ -19,7 +19,7 @@
uni.showLoading({
title: ''
})
if (options.ticket) {
if (options.token) {
const that = this
console.log(options)
this.$store.dispatch("LoginByUsername", {
@@ -28,7 +28,7 @@
key: '',
code: '1111',
type: "account",
ticket: options.ticket,
token: options.token,
tenantId: website.tenantId
}).then((resp) => {
console.log('123', resp)