合并
This commit is contained in:
6
main.js
6
main.js
@@ -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
|
||||
//数据管理中心
|
||||
|
||||
Reference in New Issue
Block a user