|
@@ -8,8 +8,6 @@ import { getUserByPhone, getDetail } from "@/api/modules/homeEntry";
|
|
|
*/
|
|
*/
|
|
|
export async function usePermission(tip?: string) {
|
|
export async function usePermission(tip?: string) {
|
|
|
let type = true;
|
|
let type = true;
|
|
|
- // todo
|
|
|
|
|
- return type;
|
|
|
|
|
if (!localGet("createdId") && !localGet("geeker-user").userInfo.storeId) {
|
|
if (!localGet("createdId") && !localGet("geeker-user").userInfo.storeId) {
|
|
|
let params = {
|
|
let params = {
|
|
|
phone: localGet("iphone") || localGet("geeker-user").userInfo.phone
|
|
phone: localGet("iphone") || localGet("geeker-user").userInfo.phone
|