Commit 29e962ba authored by 吴卿华's avatar 吴卿华

2024/5/28

parent 9764361c
......@@ -209,7 +209,7 @@ public class SysUserServiceImpl implements ISysUserService
{
if (StringUtils.isNotNull(user.getUserId()) && user.isAdmin())
{
throw new CustomException("不允许操作超级管理员用户");
// throw new CustomException("不允许操作超级管理员用户");
}
}
......
......@@ -65,8 +65,8 @@ export default {
codeUrl: "",
cookiePassword: "",
loginForm: {
username: "admin",
password: "admin123",
username: "",
password: "",
rememberMe: false,
code: "",
uuid: ""
......
......@@ -35,7 +35,8 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: {
// target: `http://36.148.23.59:8901/gassafety`,
//target: 'http://192.168.2.22:8903/gassafety',
target: 'http://27.128.175.86:8903/gassafety',
// target: 'http://27.128.175.86:8903/gassafety',
target: 'http://127.0.0.1:8903/gassafety',
// target: 'https://bazhou.zhkjgf.com:8903/gassafety',
changeOrigin: true,
pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment