From e8960e0db6fd7593b48a41ee27dd743901ff642b Mon Sep 17 00:00:00 2001 From: zhj Date: Tue, 31 Dec 2024 11:48:20 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=AF=E5=88=86=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/utils.ts | 2 + src/views/biz/membershipPoint/index.vue | 392 +++++++++++++++++++++++- 2 files changed, 393 insertions(+), 1 deletion(-) diff --git a/src/api/utils.ts b/src/api/utils.ts index 46fe977..75bdb43 100644 --- a/src/api/utils.ts +++ b/src/api/utils.ts @@ -36,5 +36,7 @@ export const request = async (url: string, options: RequestInit = {}) => { // API URL 生成器 export const authApi = (path: string) => `/auth/${path}`; +export const bizApi = (path: string) => `/biz/${path}`; + // 登录接口 export const loginApi = (path: string) => `/auth/${path}`; diff --git a/src/views/biz/membershipPoint/index.vue b/src/views/biz/membershipPoint/index.vue index 80c86a5..670e522 100644 --- a/src/views/biz/membershipPoint/index.vue +++ b/src/views/biz/membershipPoint/index.vue @@ -1,9 +1,399 @@ + +