From ed7d445a2b1dbe0f3e4a9ac1361d2e6f9bb07bbb Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期六, 22 六月 2024 15:45:20 +0800 Subject: [PATCH] 解决冲突 --- api/index.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/api/index.js b/api/index.js index 48a308b..2c75ae4 100644 --- a/api/index.js +++ b/api/index.js @@ -11,7 +11,11 @@ } // 鎯犱紒鏀跨瓥璇︽儏 export function doc(id){ - return http.get('/system/doc/'+id, {params: data}, { custom: { loading: true }}); + return http.get('/system/doc/'+id, { custom: { loading: true }}); +} +// 淇℃伅鍏ず +export function order(id){ + return http.get('/enforce/order/'+id, { custom: { loading: true }}); } // 浼佷笟娉ㄥ唽 export function companyRegister(data) { -- Gitblit v1.9.1