From 513f494070c1a6eeabab122b63cc13231e7190c0 Mon Sep 17 00:00:00 2001
From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com>
Date: Thu, 16 May 2024 12:48:09 +0800
Subject: [PATCH] 1
---
src/api/api.config.js | 2 +-
src/api/store.js | 7 +++
src/views/store/auth.vue | 109 ++++++++++++++++++++++-----------------
3 files changed, 70 insertions(+), 48 deletions(-)
diff --git a/src/api/api.config.js b/src/api/api.config.js
index 95113c8..f046c46 100644
--- a/src/api/api.config.js
+++ b/src/api/api.config.js
@@ -32,7 +32,7 @@ export default {
getVersion: 'wxserve/getVersion',
auditBeforeCheck: 'wxserve/auditBeforeCheck',
audit: 'wxserve/audit',
-
+ auditOne: 'wxserve/auditOne',
// 商家功能模块管理
module: {
default: 'store.module/default',
diff --git a/src/api/store.js b/src/api/store.js
index d7fa31f..6d68bf8 100644
--- a/src/api/store.js
+++ b/src/api/store.js
@@ -67,6 +67,13 @@ export function audit (params) {
params
})
}
+export function auditOne (params) {
+ return axios({
+ url: api.store.auditOne,
+ method: 'get',
+ params
+ })
+}
/**
* 获取列表
* @param {*} params
diff --git a/src/views/store/auth.vue b/src/views/store/auth.vue
index 13a93a9..63f3c6b 100644
--- a/src/views/store/auth.vue
+++ b/src/views/store/auth.vue
@@ -55,7 +55,7 @@
发布体验版
- 发布正式版
+ 发布正式版
刷新版本
@@ -81,62 +81,64 @@