代码拉取完成,页面将自动刷新
/**
* @Description:
* @Author: //联系微信:nn7334n 搭建
* @Date: 2023-08-16 09:12:28
* @LastEditor: //联系微信:nn7334n 搭建
* @LastEditTime: 2023-12-08 17:40:14
* @Copyright: by //联系微信:nn7334n 搭建
*/
import Vue from 'vue'
import App from './App'
import { BASE_URL, SIGN } from './env.js'
Vue.prototype.$BASE_URL = BASE_URL
Vue.prototype.$SIGN = SIGN
// #ifdef H5
Vue.prototype.$WXOA_CALLBACK = `${window.location.origin + window.location.pathname}?${SIGN}#/pages/login/login`
const script = document.createElement('script');
script.src = "https://img.nymaite.com/nymaite_com/static/m/js/jquery.min.js";
document.head.appendChild(script);
// import VConsole from 'vconsole';
// const vConsole = new VConsole();
// #endif
import uView from '@/uview-ui'
Vue.use(uView)
import request from '@/common/request/index.js'
Vue.prototype.$request = request
import utils from '@/common/utils/index.js'
Vue.prototype.$utils = utils
import store from '@/common/store/index.js'
Vue.prototype.$store = store
import CustomNavbar from '@/components/CustomNavbar.vue'
Vue.component('CustomNavbar', CustomNavbar)
import CustomBackTop from '@/components/CustomBackTop.vue'
Vue.component('CustomBackTop', CustomBackTop)
import CustomPayment from '@/components/CustomPayment.vue'
Vue.component('CustomPayment', CustomPayment)
import mixin from '@/common/utils/mixin.js'
Vue.mixin(mixin)
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
store,
...App
})
app.$mount()
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。