diff --git a/global/info.txt b/global/info.txt new file mode 100644 index 0000000..4e2c578 --- /dev/null +++ b/global/info.txt @@ -0,0 +1,3 @@ +别名:store_manage +密码:123456a +包名:com.lottery.store \ No newline at end of file diff --git a/global/zichunsheng_key b/global/zichunsheng_key new file mode 100644 index 0000000..963141e Binary files /dev/null and b/global/zichunsheng_key differ diff --git a/global/zichunsheng_key.keystore b/global/zichunsheng_key.keystore deleted file mode 100644 index a994542..0000000 Binary files a/global/zichunsheng_key.keystore and /dev/null differ diff --git a/src/utils/request.js b/src/utils/request.js index 7bae67f..b79f514 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -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;