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

在router/index.js 中引入 api文件下接口,request为null

Open zc24 opened this issue 1 year ago • 1 comments

在router/index.js 中引入 api文件下接口,request为null

  1. router/index.js image 2.api/setting/role.js image 如果是这种调用方式,会输出request = undefined

如果是放到组件里,能正常输出request函数

这是为什么呢?

zc24 avatar Aug 22 '23 07:08 zc24

感觉好像是循环引用导致的,utils/request文件里引用了store,store引用了router

zc24 avatar Aug 22 '23 08:08 zc24