2 Star 0 Fork 0

gqlive/cps_h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.js 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
颜浩 提交于 2025-01-19 17:01 . 京东
import Vue from 'vue'
import App from './App'
import cfg from '@/common/config';
import gb from '@/common/gb';
import mixin from '@/common/mixin/mixin';
import cuCustom from './components/cu-custom/cu-custom.vue'
import tuiModal from "@/components/thorui/tui-modal/tui-modal"
Vue.config.productionTip = false
App.mpType = 'app';
Object.assign(Vue.prototype,{$gb:gb,$cfg:cfg,$uni:gb.$uni,$req:gb.req,/* $ws:ws, */showLoading:gb.showLoading,hideLoading:gb.hideLoading,toast:gb.toast,$appId:gb.appId,$appkey:gb.appkey,$requrl:gb.requrl,$timestamp:gb.timestamp,$combination:gb.combination,$token:gb.token,$sha256:gb.sha,$sing:gb.sing,$send:gb.send,$getname:gb.getname});
Vue.mixin(mixin);
Vue.component('cu-custom',cuCustom);
const app = new Vue({
...App
});
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gqlive/cps_h5.git
[email protected]:gqlive/cps_h5.git
gqlive
cps_h5
cps_h5
master

搜索帮助