更新gh分支

This commit is contained in:
GaoHao
2024-09-18 16:41:15 +08:00
parent d13405ee3f
commit ad93d41550
12 changed files with 1026 additions and 50 deletions

View File

@@ -10,11 +10,11 @@ import { checkCurrVersion, getExtStoreId } from '@/commons/utils/versionManage.j
onLaunch(() => {
// console.log(uni.getExtConfigSync(),'uni.getExtConfigSync()')
getExtStoreId();
// getExtStoreId();
uni.hideTabBar()
// appConfig.env.JEEPAY_BASE_URL = "https://b.rscygroup.com"
// 检查版本
checkCurrVersion();
// checkCurrVersion();
});
</script>