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