mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-06-23 10:30:26 +08:00
升级Vue3,iView替换ElementPlus
- 删除babel配置、更新依赖与入口初始化 - 全量替换UI组件、样式适配,新增迁移文档与标签/过滤器自动化替换脚本
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { getSort, getMutipSort } from "@/utils/functions";
|
||||
import { formatTalkItem } from "@/utils/talk";
|
||||
import { ServeGetTalkList } from "@/api/chat";
|
||||
import store from '@/store/index.js'
|
||||
import Vue from 'vue'
|
||||
const Talk = {
|
||||
state: {
|
||||
// 用户对话列表
|
||||
@@ -40,7 +38,7 @@ const Talk = {
|
||||
|
||||
// 设置对话列表
|
||||
SET_TALK_ITEMS (state, resource) {
|
||||
Vue.set(state, 'items', resource.items)
|
||||
state.items = resource.items;
|
||||
},
|
||||
|
||||
// 更新对话节点
|
||||
|
||||
Reference in New Issue
Block a user