vue 项目加载到 98% 时卡住的问题

记录一个问题,vue 项目加载至 98% 卡住,原因是项目中有些 import 没有写路径,找到后加上路径或注释掉就好了

  // {
  //   name: "",
  //   path: "",
  //   component: () => import(""),
  //   hidden: false,
  //   redirect: "noredirect",
  //   meta: { title: "首页", icon: "", noCache: true },
  // },

猜你喜欢

转载自blog.csdn.net/z_langjitianya/article/details/127900523
98
今日推荐