This commit is contained in:
X_Rian 2024-06-08 00:08:51 +08:00
commit bc855e6c89
2 changed files with 14 additions and 2 deletions

View File

@ -31,8 +31,8 @@ Vue.component('uni-icons2', uniIcons2)
// Vue.prototype.COMPANY = "sanjiang" //部署三江h5需要打开/pages/projectManage/projectManage页面onload内容
// Vue.prototype.COMPANY = "zjwj"
// Vue.prototype.COMPANY = "sccr"
Vue.prototype.COMPANY = "agjt" // 鞍钢集团环境
// Vue.prototype.COMPANY = "" // 标准版
// Vue.prototype.COMPANY = "agjt" // 鞍钢集团环境
Vue.prototype.COMPANY = "" // 标准版
if (process.env.NODE_ENV === 'development') {
// 开发环境
console.log('开发环境')

File diff suppressed because one or more lines are too long