modify recommend page

This commit is contained in:
simple321vip
2022-12-28 21:25:22 +08:00
parent ab326d5cbb
commit b23d35c29b
15 changed files with 527 additions and 226 deletions
+3 -3
View File
@@ -37,9 +37,9 @@ export const tenantStore = defineStore({
},
/**
* Attempt to login a user
* @param {string} user_id
* @param {string} user_password
* Attempt to login a tenant
* @param {object} tenant
* @param {string} token
*/
async login(tenant: any, token: string) {