ruoyi-ui/src/api/login.js
ruoyi-ui/src/assets/styles/ruoyi.scss
@@ -53,7 +53,7 @@ margin-left: 20px; } .el-dialog { .el-dialog:not(.is-fullscreen){ margin-top: 6vh !important; } @@ -188,7 +188,6 @@ box-shadow: 0 0 4px #ccc; overflow: hidden; } /* ææ½åæ ·å¼ */ .sortable-ghost{ ruoyi-ui/src/components/RuoYi/Git/index.vue
ruoyi-ui/src/layout/components/Navbar.vue
ruoyi-ui/src/router/index.js
@@ -33,23 +33,23 @@ children: [ { path: '/redirect/:path(.*)', component: () => import('@/views/redirect') component: (resolve) => require(['@/views/redirect'], resolve) } ] }, { path: '/login', component: () => import('@/views/login'), component: (resolve) => require(['@/views/login'], resolve), hidden: true }, { path: '/404', component: () => import('@/views/error/404'), component: (resolve) => require(['@/views/error/404'], resolve), hidden: true }, { path: '/401', component: () => import('@/views/error/401'), component: (resolve) => require(['@/views/error/401'], resolve), hidden: true }, { @@ -59,7 +59,7 @@ children: [ { path: 'index', component: () => import('@/views/index'), component: (resolve) => require(['@/views/index'], resolve), name: 'é¦é¡µ', meta: { title: 'é¦é¡µ', icon: 'dashboard', noCache: true, affix: true } } @@ -73,7 +73,7 @@ children: [ { path: 'profile', component: () => import('@/views/system/user/profile/index'), component: (resolve) => require(['@/views/system/user/profile/index'], resolve), name: 'Profile', meta: { title: '个人ä¸å¿', icon: 'user' } } @@ -86,7 +86,7 @@ children: [ { path: 'type/data/:dictId(\\d+)', component: () => import('@/views/system/dict/data'), component: (resolve) => require(['@/views/system/dict/data'], resolve), name: 'Data', meta: { title: 'åå ¸æ°æ®', icon: '' } } @@ -99,7 +99,7 @@ children: [ { path: 'log', component: () => import('@/views/monitor/job/log'), component: (resolve) => require(['@/views/monitor/job/log'], resolve), name: 'JobLog', meta: { title: 'è°åº¦æ¥å¿' } } @@ -112,7 +112,7 @@ children: [ { path: 'edit', component: () => import('@/views/tool/gen/editTable'), component: (resolve) => require(['@/views/tool/gen/editTable'], resolve), name: 'GenEdit', meta: { title: 'ä¿®æ¹çæé ç½®' } } ruoyi-ui/src/store/modules/permission.js
@@ -48,7 +48,7 @@ } export const loadView = (view) => { // è·¯ç±æå è½½ return () => import(`@/views/${view}`) return (resolve) => require([`@/views/${view}`], resolve) } export default permission ruoyi-ui/src/utils/index.js
@@ -383,3 +383,4 @@ export function isNumberStr(str) { return /^[+-]?(0|([1-9]\d*))(\.\d+)?$/g.test(str) } ruoyi-ui/src/utils/permission.js
ruoyi-ui/src/utils/ruoyi.js
@@ -131,3 +131,4 @@ }); return treeData != '' ? treeData : data; } ruoyi-ui/src/views/cstest/cstest/index.vue
ÎļþÒÑɾ³ý ruoyi-ui/src/views/login/auth-redirect.vue
ruoyi-ui/src/views/login/components/SocialSignin.vue
ruoyi-ui/src/views/monitor/job/index.vue
ruoyi-ui/src/views/system/config/index.vue
ruoyi-ui/src/views/system/dept/index.vue
ruoyi-ui/src/views/system/dict/data.vue
ruoyi-ui/src/views/system/dict/index.vue
ruoyi-ui/src/views/system/menu/index.vue
ruoyi-ui/src/views/system/notice/index.vue
ruoyi-ui/src/views/system/post/index.vue
ruoyi-ui/src/views/system/role/index.vue
ruoyi-ui/src/views/system/user/index.vue
ruoyi-ui/src/views/system/user/profile/userAvatar.vue
ruoyi-ui/src/views/tool/gen/index.vue
@@ -80,7 +80,11 @@ <el-table v-loading="loading" :data="tableList" @selection-change="handleSelectionChange"> <el-table-column type="selection" width="55"></el-table-column> <el-table-column label="åºå·" align="center" prop="tableId" width="60px" /> <el-table-column label="åºå·" type="index" width="50" align="center"> <template slot-scope="scope"> <span>{{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}</span> </template> </el-table-column> <el-table-column label="表åç§°" align="center"