浏览代码

修改提示没有在线人工客服

zs 1 周之前
父节点
当前提交
82e479ab87
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/store/users/customer.js

+ 4 - 0
src/store/users/customer.js

@@ -33,6 +33,10 @@ const actions = {
     const res = await this.$axios.$delete(`${api.test}/${payload}`);
     return res;
   },
+  async online({ commit }, payload) {
+    const res = await this.$axios.$get(`${api.test}/online`, payload);
+    return res;
+  },
 };
 export default {
   namespaced: true,