个人设置和验证码

This commit is contained in:
2021-06-30 11:22:28 +08:00
parent fa229a3802
commit ec04cbfdc5
7 changed files with 15834 additions and 5 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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;"
}
}

View File

@@ -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'
}) })
}, },

View File

@@ -28,7 +28,7 @@ module.exports = {
], ],
webpack: { webpack: {
plugins: [ plugins: [
new MonacoWebpackPlugin() // new MonacoWebpackPlugin()
] ]
} }
} }