锁定线上版本V1.2.2

1)营销计划管理:新增草稿计划可删除
2)订单管理:订单列表增加key批次,兑换码批次筛选
This commit is contained in:
许红梅 2022-05-20 14:54:21 +08:00
parent 604e5ad9e3
commit bd1f37643b
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ if (process.env.NODE_ENV == "production") {
// export let HOST = host; // export let HOST = host;
// export let API_URL = api_url; // export let API_URL = api_url;
// export const baseurl = window.baseurl // export const baseurl = window.baseurl
const upload = (method, url, params, responseType) => { const upload = (method, url, params, responseType) => {
let obj = { let obj = {
method: method, method: method,