优化页面,去掉多余的打印

This commit is contained in:
季圣华
2021-06-18 21:25:00 +08:00
parent a13fcfcd21
commit 74c87d8d29
5 changed files with 128 additions and 128 deletions

View File

@@ -12,7 +12,7 @@ import { ACCESS_TOKEN } from "@/store/mutation-types"
* @type {*|string}
*/
let apiBaseUrl = window._CONFIG['domianURL'] || "/jshERP-boot";
console.log("apiBaseUrl= ",apiBaseUrl)
//console.log("apiBaseUrl= ",apiBaseUrl)
// 创建 axios 实例
const service = axios.create({
baseURL: apiBaseUrl, // api base_url