From 88f5ab43298b758175a01a780de3b15837ce8c0b Mon Sep 17 00:00:00 2001 From: chenjiajun Date: Fri, 25 Jun 2021 16:43:25 +0800 Subject: [PATCH] update --- src/api/yxStoreCombination.js | 8 ++++++++ src/components/material/index.vue | 2 +- src/layout/components/Navbar.vue | 4 ---- src/layout/components/Sidebar/Logo.vue | 2 +- src/settings.js | 6 +++--- src/views/activity/bargain/form.vue | 20 ++++++++++++++------ src/views/activity/combination/form.vue | 24 ++++++++++++++++++------ src/views/activity/seckill/form.vue | 19 ++++++++++++++----- src/views/login.vue | 17 ++--------------- src/views/system/menu/index.vue | 4 ++-- src/views/wechat/live/index.vue | 7 ++++++- 11 files changed, 69 insertions(+), 44 deletions(-) diff --git a/src/api/yxStoreCombination.js b/src/api/yxStoreCombination.js index 671a90a..c89e617 100644 --- a/src/api/yxStoreCombination.js +++ b/src/api/yxStoreCombination.js @@ -8,6 +8,14 @@ export function add(data) { }) } +export function edit(data) { + return request({ + url: 'api/yxStoreCombination', + method: 'put', + data + }) +} + export function del(id) { return request({ url: 'api/yxStoreCombination/' + id, diff --git a/src/components/material/index.vue b/src/components/material/index.vue index 18fc73f..bb872d8 100644 --- a/src/components/material/index.vue +++ b/src/components/material/index.vue @@ -105,7 +105,7 @@ :src="item.url" fit="contain" :preview-src-list="[item.url]" - :z-index="999" + :z-index="9999" />
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 9100591..eccc7d2 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -8,10 +8,6 @@