admin-web/src/assets/images/form-lf.jpg | 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin-web/src/assets/images/form-lf.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin-web/src/assets/images/login-name.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin-web/src/layout/components/Navbar.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin-web/src/permission.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin-web/src/views/login/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin-web/src/views/systemManger/server/user/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin-web/src/views/systemSetting/role/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
admin-web/src/views/systemSetting/user/profile/resetPwd.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
admin-web/src/assets/images/form-lf.jpg
admin-web/src/assets/images/form-lf.pngBinary files differ
admin-web/src/assets/images/login-name.pngadmin-web/src/layout/components/Navbar.vue
@@ -2,7 +2,7 @@ <div class="navbar navbar-yw"> <div style="display: flex;align-items: center"> <img class="logo" src="@/assets/images/logo.png" alt=""/> <img class="logo-txt" src="@/assets/images/top-title.png" alt=""/> <img class="logo-txt" src="@/assets/images/login-name.png" alt=""/> </div> <div class="right-menu"> <!-- <div class="menu-item" @click="dataV"> @@ -101,7 +101,10 @@ margin-right: 10px; } .logo-txt { width: 352px; /*width: 352px; height: 43px;*/ width: 283.29px; height: 43px; } .phone-call { admin-web/src/permission.js
@@ -23,7 +23,9 @@ if (hasToken) { if (to.path === '/login') { // if is logged in, redirect to the home page next({ path: '/' }); // next({ path: '/' }); next(); NProgress.done(); }else if( to.path === '/resetPwd'){ next(); admin-web/src/views/login/index.vue
@@ -11,7 +11,7 @@ <el-col> <div class="form-main w1050"> <el-row> <el-col :span="12"><img src="@/assets/images/form-lf.png" alt="登录" class="logo-lf"/></el-col> <el-col :span="12"><img src="@/assets/images/form-lf.jpg" alt="登录" class="logo-lf"/></el-col> <el-col :span="12"> <div class="login-box"> <el-form @@ -391,6 +391,8 @@ font-size: 16px; } .logo-name{ width: 336px; height: 51px; margin-bottom: 30px; } .logo-lf{ admin-web/src/views/systemManger/server/user/index.vue
@@ -236,13 +236,21 @@ this.$modal .confirm('是否确认初始化名称为"' + row.userName + '"的密码?') .then(function () { user.updPassWord(row).then((res) => {}); user.updPassWord(row).then((res) => { }); }) .then((res) => { this.$message.success('初始化密码成功!'); this.$modal .confirm('初始化密码成功,新密码为:123456') .then((res) => { }) .catch(() => { }); this.search(); }) .catch(() => {}); .catch(() => { }); }, // 查询table列表 search(pageNum) { admin-web/src/views/systemSetting/role/index.vue
@@ -140,13 +140,13 @@ <!-- >{{dict.label}}</el-radio>--> </el-radio-group> </el-form-item> <el-form-item label="角色范围"> <!-- <el-form-item label="角色范围"> <el-radio-group v-model="form.data_scope"> <el-radio :label="1" checked>省</el-radio> <el-radio :label="2">市</el-radio> <el-radio :label="3">县</el-radio> </el-radio-group> </el-form-item> </el-form-item>--> <el-form-item label="菜单权限"> <el-checkbox v-model="menuExpand" @change="handleCheckedTreeExpand($event, 'menu')">展开/折叠</el-checkbox> <el-checkbox v-model="menuNodeAll" @change="handleCheckedTreeNodeAll($event, 'menu')">全选/全不选</el-checkbox> admin-web/src/views/systemSetting/user/profile/resetPwd.vue
@@ -68,6 +68,10 @@ btnMixPd: undefined } this.$modal.msgSuccess("修改成功"); // 修改成功,退出系统 this.$store.dispatch('user/logout').then(() => { location.reload() }) }); } });