feige
2023-04-02 33ab751576b361e5f252fbee0e930e4cb7a26ea3
增加了   permissions: ['family1:bignote:list'],
2个文件已修改
23 ■■■■ 已修改文件
ruoyi-ui/src/api/login.js 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/router/index.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/api/login.js
@@ -49,17 +49,17 @@
}
// 获取验证码
export function getCodeImg() {
  console.log("-----")
  return request({
    url: '/captchaImage',
    headers: {
      isToken: false
    },
    method: 'get',
    timeout: 20000
  })
}
// export function getCodeImg() {
//   console.log("-----")
//   return request({
//     url: '/captchaImage',
//     headers: {
//       isToken: false
//     },
//     method: 'get',
//     timeout: 20000
//   })
// }
// 获取验证码
export function getCodeImg() {
ruoyi-ui/src/router/index.js
@@ -132,6 +132,7 @@
    path: '/family1/bignote',
    component: Layout,
    // permissions: [],
       permissions: ['family1:bignote:list'],
    hidden: true,
    children: [
      {