Commit 59ac6cc7 by chenxin

fix: build

parent 445dbfcf
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -29,10 +29,11 @@ let card = {
couponLogPage: '/coupon/coupon-log-page', // 卡券领取列表
giveLogList: '/coupon-log/coupon-give-log-page', // 卡券转赠记录
checkDemoCode: {
// 根据demo code TODO:
// 根据demo code
url: '/coupon/check-demo-code',
alertError: false
},
getMallShopList: '/area/all-mall-shop', // 获取微盟店铺
couponlogList: {
// 会员领取记录
url: '/coupon-log/coupon-log-page',
......
import { reRreshRoute, formatDateTimeByType, deepClone } from '@/utils';
import api from '@/api/gic-card';
import commonApi from '@/api/common';
import { isEmpty } from '@/utils/index';
import { showConfirm } from '@/utils/common';
import { predefineColors, startDayOptionsDay, startDayOptionsMonth } from '@/config/mapping/gic-card';
......@@ -10,8 +9,7 @@ import sendPreview from './module/send-preview';
import importCode from './module/import-code';
import commomApi from '@/api/common.js';
const { uploadUrl } = commomApi;
const { addCard, copyCard, checkDemoCode } = api;
const { getMallShopList } = commonApi;
const { addCard, copyCard, checkDemoCode, getMallShopList } = api;
// 禁止回车
const preventEnter = function(e) {
......
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