1 Star 0 Fork 16

Dfer.Site/爱看VIP

forked from 小灰熊/爱看VIP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
dfer 提交于 2021-05-18 17:55 . 123
import Vue from 'vue'
import App from './App'
//网页端自定义路由
import {
router,
RouterMount
} from '@/static/router/router.js'
Vue.use(router)
Vue.config.productionTip = false
App.mpType = 'app'
// 通用js
import $ from "@/static/js/jquery.min.js";
Vue.prototype.$ = $;
import config from './static/js/config.js';
Vue.prototype.$config = config;
import functions from './static/js/functions.js';
Vue.prototype.$functions = functions;
import request from './static/js/request.js';
Vue.prototype.$request = request;
const app = new Vue({
...App
})
//网页端自定义路由
// #ifdef H5
RouterMount(app, router, '#app')
// #endif
// app端恢复普通路由
// #ifndef H5
app.$mount();
// #endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/df_business/love_watching_vip.git
[email protected]:df_business/love_watching_vip.git
df_business
love_watching_vip
爱看VIP
master

搜索帮助