|
@@ -399,7 +399,7 @@ export default {
|
|
this.getExploitConfig();
|
|
this.getExploitConfig();
|
|
this.getHomeConfig();
|
|
this.getHomeConfig();
|
|
// localStorage.setItem('initPage',res.data.skipHomePage);
|
|
// localStorage.setItem('initPage',res.data.skipHomePage);
|
|
- if(res.data.reset_password){
|
|
|
|
|
|
+ if(res.data.isInitPasswd){
|
|
this.$confirm('账号当前登录密码为默认密码,是否现在修改?', "提示", {
|
|
this.$confirm('账号当前登录密码为默认密码,是否现在修改?', "提示", {
|
|
confirmButtonText: "确定",
|
|
confirmButtonText: "确定",
|
|
cancelButtonText: "取消",
|
|
cancelButtonText: "取消",
|
|
@@ -469,7 +469,7 @@ export default {
|
|
this.getExploitConfig();
|
|
this.getExploitConfig();
|
|
this.getHomeConfig();
|
|
this.getHomeConfig();
|
|
// localStorage.setItem('initPage',res.data.skipHomePage);
|
|
// localStorage.setItem('initPage',res.data.skipHomePage);
|
|
- if(res.data.reset_password){
|
|
|
|
|
|
+ if(res.data.isInitPasswd){
|
|
this.$confirm('账号当前登录密码为默认密码,是否现在修改?', "提示", {
|
|
this.$confirm('账号当前登录密码为默认密码,是否现在修改?', "提示", {
|
|
confirmButtonText: "确定",
|
|
confirmButtonText: "确定",
|
|
cancelButtonText: "取消",
|
|
cancelButtonText: "取消",
|