首页+我的

This commit is contained in:
2024-04-19 10:35:20 +08:00
parent 1bcb13ce7a
commit 8407d51fb6
538 changed files with 934456 additions and 1635 deletions

21
main.js
View File

@@ -19,9 +19,10 @@ Vue.prototype.$commonJS = commonJS
import http from '@/config/requestConfig.js';
Vue.prototype.$http = http
// 地址
// Vue.prototype.$baseUrl = "http://192.168.110.100:9100/pb/"
Vue.prototype.$baseUrl = "http://192.168.110.100:9200/pb/"
// Vue.prototype.$baseUrl = "http://59.110.212.44:9100/pb/"
Vue.prototype.$baseUrl = "https://api.nuttyreading.com/"
// Vue.prototype.$baseUrl = "https://api.nuttyreading.com/"
// Vue.prototype.$baseUrl = "http://101.201.146.165:8088/App-EH/"//app
// 安卓安卓包下载地址
// Vue.prototype.$apkUrl = "https://www.nuttyreading.com/nuttyreading.apk" // 本地地址
Vue.prototype.$apkUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.nuttyreading" // 应用宝
@@ -49,6 +50,8 @@ uni.getSystemInfo({
// uView组件库
import uView from '@/uni_modules/uview-ui'
Vue.use(uView)
// 传参格式
Vue.prototype.$qs = qs
//数据管理中心
@@ -89,6 +92,20 @@ Vue.component("mescroll-body", MescrollBody);
// import musicPlay from '@/components/music.vue'
// Vue.component('music-play', musicPlay);
import commonList from '@/pages/component/commonComponents/list.vue'
Vue.component('common-list', commonList);
import commonCurriculumList from '@/pages/component/commonComponents/curriculum.vue'
Vue.component('common-curriculum-list', commonCurriculumList);
import commonRichDetail from '@/pages/component/commonComponents/richDetail.vue'
Vue.component('common-rich-detail', commonRichDetail);
import commonCurriculumVideo from '@/pages/component/commonComponents/curriculumVideo.vue'
Vue.component('common-curriculum-video', commonCurriculumVideo);
import commonSticky from '@/pages/component/commonComponents/sticky.vue'
Vue.component('common-sticky', commonSticky);
import commonGoodsNav from '@/pages/component/commonComponents/goodsNav.vue'
Vue.component('common-goods-nav', commonGoodsNav);
import commonAddress from '@/pages/component/commonComponents/address/index.vue'
Vue.component('common-address', commonAddress);
App.mpType = 'app'