From 69273c1c63c195289e281772e92fa10a2c93a46e Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期六, 22 六月 2024 15:43:26 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- api/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/index.js b/api/index.js index 09c53e4..48a308b 100644 --- a/api/index.js +++ b/api/index.js @@ -9,7 +9,7 @@ export function showList(data){ return http.get('/enforce/order/showList', {params: data}, { custom: { loading: true }}); } -// 鎯犱紒鏀跨瓥 +// 鎯犱紒鏀跨瓥璇︽儏 export function doc(id){ return http.get('/system/doc/'+id, {params: data}, { custom: { loading: true }}); } -- Gitblit v1.9.1