💪 optimize: 优化代码

This commit is contained in:
wangsongsole 2024-03-29 15:53:12 +08:00
parent 263aca4d9e
commit baa060821b
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
import { getClientPrompt, handelResponse, postClientPrompt } from "@/assets/api.js"
import Grid from "@/components/gird/main.js"
import Ipt from "@/components/input/main"
import TabPage from "@/components/tabPage/main.js"
import { useSetState } from "ahooks"
import { cloneDeep } from "lodash-es"
import { useEffect } from "react"
import { useSetState } from "ahooks"
import { useHistory } from "react-router-dom"
import { Button, Notify } from "zent"
import "./index.less"
import { getClientPrompt, postClientPrompt, handelResponse } from "@/assets/api.js"
export default function Message() {
const history = useHistory()
const Column = [