vue-element-admin icon indicating copy to clipboard operation
vue-element-admin copied to clipboard

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin

Results 233 vue-element-admin issues
Sort by recently updated
recently updated
newest added

## Bug report(问题描述) vue-element-admin里的图片无法显示,gitee-cdn貌似又出问题了? #### Steps to reproduce(问题复现步骤) ![image](https://user-images.githubusercontent.com/48782874/188294159-65181a41-0c98-4e7d-a13d-7f940272156e.png)

## Question(提问) #### Steps to reproduce(问题复现步骤) user/login请求返回token后,再发送user/info请求会在请求头的Cookie和X-Token字段以及requestParam这三个地方存储,一个token三个存储的这种设计的用意是什么? #### Screenshot or Gif(截图或动态图) ![image](https://user-images.githubusercontent.com/22254602/188252224-4369bee0-c9f6-4506-99d9-9224d2094a8c.png) ![image](https://user-images.githubusercontent.com/22254602/188252236-125f2da8-bc67-4b33-9e62-ff48706535fd.png) ![image](https://user-images.githubusercontent.com/22254602/188252249-e34108a2-64b7-46a8-8a42-5532691f5e61.png)

## Question(提问) #### Steps to reproduce(问题复现步骤) 经过尝试,发现必须经过以下操作才能使用前端代理解决跨域。 ``` 1.移除mock 注释vue.config.js // before: require('./mock/mock-server.js') 注释main.js // if (process.env.NODE_ENV === 'production') { // const { mockXHR } = require('../mock') // mockXHR() //...

## Question(提问) #### Steps to reproduce(问题复现步骤) #### Screenshot or Gif(截图或动态图) ![image](https://user-images.githubusercontent.com/45864590/187390308-9396415c-48eb-422e-ad85-46ac8e11d547.png) ![image](https://user-images.githubusercontent.com/45864590/187390563-87a922e0-f40d-4996-93ed-316716f0f222.png) #### Link to minimal reproduction(最小可在线还原demo) #### Other relevant information(格外信息) - Your OS: - Node.js version: - vue-element-admin version:

npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! fatal: unable to connect to github.com: npm ERR! github.com[0: 20.205.243.166]: errno=Operation timed out npm...

## 安装依赖后运行npm run dev时报错 运行`npm i`后执行`npm run dev`后报错 ![image](https://user-images.githubusercontent.com/48796418/187041648-08b0b235-3ac8-479d-993d-1039cf80b9bb.png) #### Other relevant information(格外信息) - Your OS: Window - Node.js version: v16.14.2 - vue-element-admin version: 4.4.0

## Question(提问) #### Steps to reproduce(问题复现步骤) #### Screenshot or Gif(截图或动态图) ![image](https://user-images.githubusercontent.com/58693550/187101187-168c8be1-33c9-475d-a6fd-4361c88cc7ae.png) #### Link to minimal reproduction(最小可在线还原demo) #### Other relevant information(格外信息) - Your OS: - Node.js version: 14.18.0 - vue-element-admin version:...

## Bug report(问题描述) #### Steps to reproduce(问题复现步骤) 1. [Create a el-carousel element] 2. [Add a ref to the element] 3. [try to reference the element with $refs after mounted()] ####...

我的目录是通过后端接口返回的数据来展示的,项目配置一级或者二级目录时,一切正常,当我添加了三级目录时,出现的效果如下图: 我已参考 [官方文档](https://panjiachen.github.io/vue-element-admin-site/zh/guide/essentials/router-and-nav.html#%E5%A4%9A%E7%BA%A7%E7%9B%AE%E5%BD%95-%E5%B5%8C%E5%A5%97%E8%B7%AF%E7%94%B1)添加了: ``` ``` 但目前问题依旧,请教应该怎么解决这个问题呢?

noCache: true // 如果设置为true,则不会被 缓存(默认 false) 各位大佬们, 你们怎么解决三级路由缓存问题的呢? 二级路由是可以缓存的、三级就不得行了...