info
parent
8743495495
commit
b17fe89b16
|
|
@ -0,0 +1,3 @@
|
||||||
|
别名:store_manage
|
||||||
|
密码:123456a
|
||||||
|
包名:com.lottery.store
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -4,7 +4,6 @@ import { useUserStoreWithOut } from '@/store/modules/user';
|
||||||
const { apiUrl } = useGlobSetting();
|
const { apiUrl } = useGlobSetting();
|
||||||
const systemInfo = uni.getSystemInfoSync();
|
const systemInfo = uni.getSystemInfoSync();
|
||||||
const http = new Request();
|
const http = new Request();
|
||||||
console.log(systemInfo);
|
|
||||||
http.setConfig((config) => {
|
http.setConfig((config) => {
|
||||||
config.baseURL = apiUrl;
|
config.baseURL = apiUrl;
|
||||||
config.timeout = 10000;
|
config.timeout = 10000;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue