From ea7b01fcf396587c08d94ef0fcfbd4409aa59d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=91=AB?= Date: Fri, 12 Mar 2021 18:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=93=81=E8=A7=84=E7=AE=A1=E7=90=86=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/importExcel.js | 1 + src/views/productSpecManage/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/api/importExcel.js b/src/api/importExcel.js index 1d4b236..aa50795 100644 --- a/src/api/importExcel.js +++ b/src/api/importExcel.js @@ -1,3 +1,4 @@ export const importExcelUrl = process.env.VUE_APP_API_URL + "/camera/config/import"; +export const importCategoryExcelUrl = process.env.VUE_APP_API_URL + "/category/import"; export const imgUrl = process.env.VUE_APP_API_URL + "/pic/"; export const videoUrl = process.env.VUE_APP_API_URL + "/mp4/"; diff --git a/src/views/productSpecManage/index.vue b/src/views/productSpecManage/index.vue index 566512f..86eb051 100644 --- a/src/views/productSpecManage/index.vue +++ b/src/views/productSpecManage/index.vue @@ -52,7 +52,7 @@