This commit is contained in:
2024-05-17 18:02:49 +08:00
parent 8407d51fb6
commit b5264dc222
4056 changed files with 308094 additions and 41932 deletions

10
main.js
View File

@@ -19,7 +19,8 @@ Vue.prototype.$commonJS = commonJS
import http from '@/config/requestConfig.js';
Vue.prototype.$http = http
// 地址
Vue.prototype.$baseUrl = "http://192.168.110.100:9200/pb/"
Vue.prototype.$baseUrl = "https://testapi.nuttyreading.com/"
// 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 = "http://101.201.146.165:8088/App-EH/"//app
@@ -77,6 +78,7 @@ import {
judgeLogin
} from '@/config/login';
Vue.prototype.judgeLogin = judgeLogin;
Vue.prototype.isShowHtml = store.state.loadingShow;
Vue.config.productionTip = false;
// #ifdef H5
//微信SDK
@@ -94,18 +96,24 @@ Vue.component("mescroll-body", MescrollBody);
// Vue.component('music-play', musicPlay);
import commonList from '@/pages/component/commonComponents/list.vue'
Vue.component('common-list', commonList);
import commonGoodsList from '@/pages/component/commonComponents/goodsList.vue'
Vue.component('common-goods-list', commonGoodsList);
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 commonCurriculumVideoInfo from '@/pages/component/commonComponents/video.vue'
Vue.component('common-curriculum-video-info', commonCurriculumVideoInfo);
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);
import commonSelectGoods from '@/pages/component/commonComponents/selectGoods.vue'
Vue.component('common-select-goods', commonSelectGoods);
App.mpType = 'app'