yanjinhui
9 天以前 0f83419ea162d10cb3bc9f4a471ab1e65df68dff
新建文件夹/WMS/src/views/Index.vue
@@ -321,7 +321,7 @@
      messageList.push(data);
      ElNotification({
        title: data.title,
        message: h("i", { style: "color: teal" }, data.message),
        message: h("i", { style: "color: red" }, data.message),
        position: "bottom-right",
      });
    };