个人设置和验证码
This commit is contained in:
@@ -238,7 +238,7 @@ namespace Ewide.Core.Util
|
|||||||
var Message = "邮箱验证码为:" + code.ToString();
|
var Message = "邮箱验证码为:" + code.ToString();
|
||||||
mailMessage.Body = Message;
|
mailMessage.Body = Message;
|
||||||
smtpClient.Send(mailMessage);
|
smtpClient.Send(mailMessage);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
|||||||
7191
Api/Ewide.Database.Migrations/Migrations/20210430030837_init.Designer.cs
generated
Normal file
7191
Api/Ewide.Database.Migrations/Migrations/20210430030837_init.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
1442
Api/Ewide.Database.Migrations/Migrations/20210430030837_init.cs
Normal file
1442
Api/Ewide.Database.Migrations/Migrations/20210430030837_init.cs
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"ConnectionStrings": {
|
||||||
|
"DefaultConnection": "Data Source=118.178.224.202;Port=3306;Database=ewide;User ID=root;Password=root;pooling=true;sslmode=none;CharSet=utf8;"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -36,9 +36,11 @@ export default {
|
|||||||
|
|
||||||
onAccountSetting() {
|
onAccountSetting() {
|
||||||
this.openContentWindow({
|
this.openContentWindow({
|
||||||
key: 'account-home',
|
id: 'account-home',
|
||||||
title: '个人中心',
|
meta: {
|
||||||
icon: 'user',
|
title: '个人设置',
|
||||||
|
icon: '',
|
||||||
|
},
|
||||||
path: '/system/account'
|
path: '/system/account'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
webpack: {
|
webpack: {
|
||||||
plugins: [
|
plugins: [
|
||||||
new MonacoWebpackPlugin()
|
// new MonacoWebpackPlugin()
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user