feat:添加通过给定时间获取班年月日接口

This commit is contained in:
caoqianming 2024-12-30 15:08:06 +08:00
parent d0b79ab921
commit 3df65b5a2b
2 changed files with 10 additions and 1 deletions

View File

@ -22,11 +22,14 @@ VUE_APP_PJ = ''
# VUE_APP_BASEURL = http://10.50.211.228:2250/ # VUE_APP_BASEURL = http://10.50.211.228:2250/
# VUE_APP_BASEURL = http://127.0.0.1:8887 # VUE_APP_BASEURL = http://127.0.0.1:8887
# VUE_APP_BASEURL = http://127.0.0.1:2226 # VUE_APP_BASEURL = http://127.0.0.1:226
# #光子 # #光子
VUE_APP_API_BASEURL = http://tkx.xxhhcty.xyz:8080/api VUE_APP_API_BASEURL = http://tkx.xxhhcty.xyz:8080/api
VUE_APP_BASEURL = http://tkx.xxhhcty.xyz:8080 VUE_APP_BASEURL = http://tkx.xxhhcty.xyz:8080
# VUE_APP_API_BASEURL = http://49.232.14.174:2250/api
# VUE_APP_BASEURL = http://49.232.14.174:2250
# #
# 本地端口 # 本地端口
VUE_APP_PORT = 2800 VUE_APP_PORT = 2800

View File

@ -216,6 +216,12 @@ export default {
); );
}, },
}, },
days:{
name: "所属年月日",
req: async function (data) {
return await http.post(`${config.API_URL}/mtm/mgroup/get_days/`, data);
},
}
}, },
//班次 //班次
shift: { shift: {