# big-event **Repository Path**: lanceluot/big-event ## Basic Information - **Project Name**: big-event - **Description**: 大事件前端vue项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-22 - **Last Updated**: 2024-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue学习笔记 ## 遇到的问题 1.当我们的redis的token失效时,前端会重复提示三次弹窗请先登录,这不是bug,原因在于这是我们的响应拦截器返回的结果,也就是说原因只是我们的前端发送了三次请求,这三次返回的结果都是401而已 2.富文本编辑器的内容在新增文章时无法清空,并且如果你不修改,发送的数据也没有富文本编辑器显示的内容 3.文章列表搜索表单的下拉框无法回显数据,但是数据是正常绑定的 # big-event This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```