3 Star 10 Fork 20

O2OA企业应用开发平台/o2oa-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 433 Bytes
一键复制 编辑 原始数据 按行查看 历史
fancylou 提交于 2021-11-27 18:57 . 增加token名称的修改支持
import Vue from 'vue'
import App from './App'
import { o2 } from './common/o2.js'
Vue.config.productionTip = false
// O2OA 服务器地址端口配置
o2.o2server = {
httpProtocol: 'https',
centerHost: 'sample.o2oa.net',
centerPort: 40030,//中心服务器端口
centerContext: '/x_program_center', //中心服务器上下文
}
Vue.prototype.o2 = o2
App.mpType = "app"
const app = new Vue({
...App
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/o2oa/o2oa-uniapp.git
git@gitee.com:o2oa/o2oa-uniapp.git
o2oa
o2oa-uniapp
o2oa-uniapp
master

搜索帮助