main
ihzero 2024-05-01 15:54:50 +08:00
parent 8743495495
commit b17fe89b16
4 changed files with 3 additions and 1 deletions

3
global/info.txt 100644
View File

@ -0,0 +1,3 @@
别名store_manage
密码123456a
包名com.lottery.store

Binary file not shown.

Binary file not shown.

View File

@ -4,7 +4,6 @@ import { useUserStoreWithOut } from '@/store/modules/user';
const { apiUrl } = useGlobSetting();
const systemInfo = uni.getSystemInfoSync();
const http = new Request();
console.log(systemInfo);
http.setConfig((config) => {
config.baseURL = apiUrl;
config.timeout = 10000;