新增:移动配置文件

This commit is contained in:
2025-07-24 20:26:16 +08:00
parent c94eb1dcd1
commit c3eb7b63b2
12 changed files with 14 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ import Taro, {useDidShow, useDidHide} from '@tarojs/taro'
// 全局样式
import './app.scss'
import {loginByOpenId} from "@/api/layout";
import {TenantId} from "@/utils/config";
import {TenantId} from "@/config/app";
import {saveStorageByLoginUser} from "@/utils/server";
function App(props) {