[修改]修改部分组件名称

This commit is contained in:
zer0Black
2021-03-11 10:14:37 +08:00
parent 35eb1449d4
commit 2abbbef916
63 changed files with 92 additions and 95 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import { ACCESS_TOKEN, TENANT_ID } from "@/store/mutation-types"
* 则映射后端域名,通过 vue.config.js
* @type {*|string}
*/
let apiBaseUrl = window._CONFIG['domianURL'] || "/jeecg-boot";
let apiBaseUrl = window._CONFIG['domianURL'] || "/jero-boot";
//console.log("apiBaseUrl= ",apiBaseUrl)
// 创建 axios 实例
const service = axios.create({