Fetch the repository succeeded.
import Vue from 'vue'
import App from './App'
import store from "./store/store.js"
import api from '@/common/vmeitime-http/'
import Login from "@/components/login.vue";
//#ifdef MP-WEIXIN
import fenxiang from './static/js/fenxiang.js'
Vue.mixin(fenxiang)
//#endif
Vue.component('Login',Login);
Vue.config.productionTip = false
//Vue.prototype.$puburl = 'https://zhkp.sso6.com/';
//Vue.prototype.$puburl = 'http://www.zp.com/';
Vue.prototype.$puburl = 'https://yy.hytmz.cn/';
Vue.prototype.$wxurl = false;
//Vue.prototype.$wxurl = 'http://wxpublic.ohyu.cn/'
Vue.prototype.$wxappid = 'wxd749b5d48bc7e52c';//微信公众号appid跳转使用
Vue.prototype.$api = api
Vue.prototype.$store = store;
//定义一下h5是网页1 还是 微信2
//#ifdef H5
let status = navigator.userAgent.toLowerCase();
if (status.match(/MicroMessenger/i) == "micromessenger") {
//console.log('微信浏览器');
Vue.prototype.$iswx = 2;//微信浏览器
}else{
//console.log('普通浏览器');
Vue.prototype.$iswx = 1;//网页
}
//#endif
App.mpType = 'app'
const app = new Vue({
store,
...App
})
app.$mount()
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。