|
|
@@ -29,6 +29,9 @@ export async function usePermission(tip?: string) {
|
|
|
if (resD.data && resD.data.businessSection) {
|
|
|
localSet("businessSection", resD.data.businessSection);
|
|
|
}
|
|
|
+ if (resD.data && resD.data.storeName) {
|
|
|
+ localSet("storeName", resD.data.storeName);
|
|
|
+ }
|
|
|
} else {
|
|
|
type = false;
|
|
|
if (tip) {
|