Giter VIP home page Giter VIP logo

Comments (4)

DaWei-GeGe avatar DaWei-GeGe commented on August 15, 2024 1

应该是原框架有个依赖出问题了,据说是webpack的原因,具体原因不详。原作者也没有更新。
我这个找到个解决办法
store/modules/permission.js
export const loadView = (view) => { // 路由懒加载 return () => impot("@/views${view}") }
修改为
export const loadView = (view) => { // 路由懒加载 return (resolve) => require(["@/views${view}"], resolve) }
就可以了
https://github.com/PanJiaChen/vue-element-admin/issues/3129

from go-admin-ui.

ClawHub avatar ClawHub commented on August 15, 2024

vue-router.esm.js:1897 Error: Cannot find module '@/views/sysuser/index'
at webpackEmptyContext (index.js:39)
at permission.js:94

from go-admin-ui.

eippbx avatar eippbx commented on August 15, 2024

同问

from go-admin-ui.

ClawHub avatar ClawHub commented on August 15, 2024

@aixwlove 6666!我修改成:export const loadView = (view) => {
// 路由懒加载
return (resolve) => require([@/views${view}], resolve)
} 之后就好了。发现那个老板键显示不出来啊。

from go-admin-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.