1 Star 0 Fork 0

不囿/配音

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
不囿 提交于 2023-10-17 22:39 . ----
import Vue from 'vue'
import App from './App'
import { http } from '@/common/service.js' // 全局挂载引入,配置相关在该index.js文件里修改
/***
import MescrollBody from "@/components/mescroll-uni/mescroll-body.vue"
import MescrollUni from "@/components/mescroll-uni/mescroll-uni.vue"
Vue.component('mescroll-body', MescrollBody)
Vue.component('mescroll-uni', MescrollUni)
**/
Vue.prototype.$http = http
Vue.config.productionTip = false
// #ifdef MP-WEIXIN
Vue.prototype.APP_ID = ''
// #endif
// #ifdef MP-QQ
Vue.prototype.APP_ID = ''
// #endif
// #ifdef MP-TOUTIAO
Vue.prototype.APP_ID = ''
// #endif
Vue.prototype.logo = '../../static/default-share.png'
Vue.prototype.shareTitle = '有趣的小程序'
Vue.prototype.shareImage = '../../static/default-share.png'
Vue.prototype.imageUrl = ''
Vue.prototype.requestUrl = ''
Vue.prototype.commonUrl = ''
App.mpType = 'app'
// 引入全局uView
import uView from 'uview-ui';
Vue.use(uView);
const app = new Vue({
...App
})
import httpInterceptor from '@/common/http.interceptor.js'
// 这里需要写在最后,是为了等Vue创建对象完成,引入"app"对象(也即页面的"this"实例)
Vue.use(httpInterceptor, app)
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shaddock_peach_admin/dubbing.git
git@gitee.com:shaddock_peach_admin/dubbing.git
shaddock_peach_admin
dubbing
配音
master

搜索帮助