From 3df65b5a2b0b96963c14aab93f9535b2fead83b7 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 30 Dec 2024 15:08:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E7=BB=99=E5=AE=9A=E6=97=B6=E9=97=B4=E8=8E=B7=E5=8F=96=E7=8F=AD?= =?UTF-8?q?=E5=B9=B4=E6=9C=88=E6=97=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 5 ++++- src/api/model/mtm.js | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 9a475376..523f7a07 100644 --- a/.env.development +++ b/.env.development @@ -22,11 +22,14 @@ VUE_APP_PJ = '' # 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:2226 +# VUE_APP_BASEURL = http://127.0.0.1:226 # #光子 VUE_APP_API_BASEURL = http://tkx.xxhhcty.xyz:8080/api 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 diff --git a/src/api/model/mtm.js b/src/api/model/mtm.js index 7566d420..4956036e 100644 --- a/src/api/model/mtm.js +++ b/src/api/model/mtm.js @@ -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: {