增加打印发货单功能,隐藏配送信息,删除腾讯云智能客服

This commit is contained in:
mhhhh
2022-05-12 10:33:02 +08:00
parent b197cda548
commit 1f4448ba08
7 changed files with 1929 additions and 339 deletions

View File

@@ -20,6 +20,11 @@ import * as filters from '@/utils/filters' // global filter
import liliDialog from '@/views/lili-dialog'
import i18nBox from '@/views/lili-components/i18n-translate'
import {md5} from '@/utils/md5.js';
// 打印
import Print from 'vue-print-nb';
Vue.use(Print);
Vue.config.devtools = true;
Vue.config.productionTip = false
const PC_URL = BASE.PC_URL; // 跳转买家端地址 pc端