+
+
+
+
diff --git a/PC/InterFace.Dash/src/views/profileuser/resetPwd.vue b/PC/InterFace.Dash/src/views/profileuser/resetPwd.vue
new file mode 100644
index 0000000..19b4faf
--- /dev/null
+++ b/PC/InterFace.Dash/src/views/profileuser/resetPwd.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/InterFace.Dash/src/views/profileuser/userInfo.vue b/PC/InterFace.Dash/src/views/profileuser/userInfo.vue
new file mode 100644
index 0000000..13e2982
--- /dev/null
+++ b/PC/InterFace.Dash/src/views/profileuser/userInfo.vue
@@ -0,0 +1,52 @@
+
+
+
+ 用户名
+ {{ user.userName }}
+
+
+ 姓名
+ {{ user.name }}
+
+
+ 角色
+ {{ user.roles.join(',') }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PC/InterFace.Dash/vue.config.js b/PC/InterFace.Dash/vue.config.js
index f4dd2d4..7501ecb 100644
--- a/PC/InterFace.Dash/vue.config.js
+++ b/PC/InterFace.Dash/vue.config.js
@@ -13,7 +13,7 @@ const name = defaultSettings.title || '接口看板-QAD&WMS' // page title
// For example, Mac: sudo npm run
// You can change the port by the following method:
// port = 9528 npm run dev OR npm run dev --port = 9528
-const port = process.env.port || process.env.npm_config_port || 60066 // dev port
+const port = process.env.port || process.env.npm_config_port || 60021 // dev port
const Timestamp = new Date().getTime();
// All configuration item explanations can be find in https://cli.vuejs.org/config/
module.exports = {