Commit 2937a90a authored by “yiyousong”'s avatar “yiyousong”

fix: 修复易政秀接口

parent db6ea52c
# 易政秀 # 易政秀
VUE_APP_API_ES_URL=http://8.136.255.30 VUE_APP_API_ES_URL=http://www.ezxiu.cn
# 系统名称 # 系统名称
VUE_APP_systemName = 智慧大厅集成化综合管理平台 VUE_APP_systemName = 智慧大厅集成化综合管理平台
\ No newline at end of file
import http from "../request/http"; import http from "../request/http";
let baseURL = "http://8.136.255.30" let baseURL = process.env.VUE_APP_API_ES_URL;
let proURL = process.env.VUE_APP_API_BASE_URL; let proURL = process.env.VUE_APP_API_BASE_URL;
// 查询客户管理列表 // 查询客户管理列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment