同步操作将从 众邦科技/CRMEB_Java电商系统 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
// +----------------------------------------------------------------------// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]// +----------------------------------------------------------------------// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.// +----------------------------------------------------------------------// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权// +----------------------------------------------------------------------// | Author: CRMEB Team <admin@crmeb.com>// +----------------------------------------------------------------------// 请求接口地址 如果没有配置自动获取当前网址路径const VUE_APP_API_URL = process.env.VUE_APP_BASE_API || `${location.origin}/api/`;module.exports = {// 接口请求地址apiBaseURL: VUE_APP_API_URL,title: 'CRMEB',/*** @type {boolean} true | false* @description Whether show the settings right-panel*/showSettings: true,/*** @type {boolean} true | false* @description Whether need tagsView*/tagsView: true,/*** @type {boolean} true | false* @description Whether fix the header*/fixedHeader: true,/*** @type {boolean} true | false* @description Whether show the logo in sidebar*/sidebarLogo: true,/*** @type {string | array} 'production' | ['production', 'development']* @description Need show err logs component.* The default is only used in the production env* If you want to also use it in dev, you can pass ['production', 'development']*/errorLog: 'production'}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。