This commit is contained in:
2024-06-24 17:36:32 +08:00
parent 6cc4a65a3a
commit d9991596d7
12 changed files with 6245 additions and 1578 deletions

View File

@@ -31,7 +31,7 @@ uni.getSystemInfo({
Vue.prototype.iosHidden = true;
if (res.platform == 'ios') {
Vue.prototype.iosHidden = false;//ios临时隐藏听书
Vue.prototype.iosHide = true;
@@ -45,8 +45,8 @@ uni.getSystemInfo({
// uView组件库
import uView from "uview-ui";
Vue.use(uView);
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
// 传参格式
Vue.prototype.$qs = qs
//数据管理中心