pure-admin / vue-pure-admin

全面ESM+Vue3+Vite+Element-Plus+TypeScript编写的一款后台管理系统(兼容移动端)
https://pure-admin.github.io/vue-pure-admin
MIT License
16.49k stars 3.1k forks source link

后端菜单无法展示到页面上 #1138

Closed devil-ycl closed 7 months ago

devil-ycl commented 7 months ago

描述问题 (Describe the problem)

您好,我在对接的过程中,已经获取到后端菜单的参数,并已经与内置的菜单合并了,然而只是展示出了内置菜单,后端返回的没有展示,请教一下这是什么原因引起的呢? 需要如何解决这个问题?

1 2 3

如何复现该问题 (How to reproduce the problem)

export const API_SYSTEM = (url: string) => /system${url};

  proxy: {
    "/system": {
      // target: "http://114.132.172.194:11111",
      target: "http://127.0.0.1:11111",
      changeOrigin: true,
      rewrite: path => path.replace(/^\/system/, "")
    }
  },

4

操作系统和浏览器信息 (Operating system and browser information)

No response

验证 (Verify)

xiaoxian521 commented 7 months ago

目前很忙 仅解决确定性bug