diff --git a/.env b/.env index 4919d0e..10605b1 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -VITE_API_URL=http://127.0.0.1:4523 +VITE_API_URL=http://192.168.1.88:4523 VITE_AES_KEY=4e2c3d4e5f6a7b8c9d0e1f2g3h4i5j6k7l8m9n0o1p2q3r4s5t6u7v8w9x0y1z2 diff --git a/src/api/system/index.js b/src/api/system/index.js index fce3f4d..516bbb6 100644 --- a/src/api/system/index.js +++ b/src/api/system/index.js @@ -2,10 +2,11 @@ import request from "../../utils/request.js"; import MethodsENUM from "../../enum/MethodsENUM.js"; const system = { - getData: async () => { + getData: async (data) => { return request({ method: MethodsENUM.POST, url: "/m1/5995958-5684445-default/getList", + data: data, }); } } diff --git a/src/components/AddCustomerServiceModal.vue b/src/components/AddCustomerServiceModal.vue new file mode 100644 index 0000000..a792559 --- /dev/null +++ b/src/components/AddCustomerServiceModal.vue @@ -0,0 +1,46 @@ + + + + + diff --git a/src/components/TaskCard.vue b/src/components/TaskCard.vue new file mode 100644 index 0000000..bb71301 --- /dev/null +++ b/src/components/TaskCard.vue @@ -0,0 +1,92 @@ + + + + + diff --git a/src/components/TaskItem.vue b/src/components/TaskItem.vue new file mode 100644 index 0000000..bb71301 --- /dev/null +++ b/src/components/TaskItem.vue @@ -0,0 +1,92 @@ + + + + + diff --git a/src/components/WXOfficialAccount.vue b/src/components/WXOfficialAccount.vue index 5d374b4..4924847 100644 --- a/src/components/WXOfficialAccount.vue +++ b/src/components/WXOfficialAccount.vue @@ -12,7 +12,7 @@ onMounted(() => {