feature 订单管理,药品管理

This commit is contained in:
zoujiandong
2023-09-11 15:11:28 +08:00
parent 9c88f454a4
commit c53cd6763f
14 changed files with 5264 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const service = axios.create({
timeout: 8000,
headers:{
'Content-Type':'application/json',
'Authorization':''
}
});