diff --git a/package-lock.json b/package-lock.json index b274a57..4e86c71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@element-plus/icons": "^0.0.11", "axios": "^0.24.0", + "blueimp-md5": "^2.19.0", "core-js": "^3.6.5", "element-plus": "^1.2.0-beta.5", "moment": "^2.29.1", @@ -3609,6 +3610,11 @@ "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28=", "dev": true }, + "node_modules/blueimp-md5": { + "version": "2.19.0", + "resolved": "https://registry.npmmirror.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz", + "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==" + }, "node_modules/bn.js": { "version": "5.2.0", "resolved": "https://registry.npmmirror.com/bn.js/download/bn.js-5.2.0.tgz", @@ -18342,6 +18348,11 @@ "integrity": "sha1-nyKcFb4nJFT/qXOs4NvueaGww28=", "dev": true }, + "blueimp-md5": { + "version": "2.19.0", + "resolved": "https://registry.npmmirror.com/blueimp-md5/-/blueimp-md5-2.19.0.tgz", + "integrity": "sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==" + }, "bn.js": { "version": "5.2.0", "resolved": "https://registry.npmmirror.com/bn.js/download/bn.js-5.2.0.tgz", diff --git a/package.json b/package.json index 2716994..b184c95 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "dependencies": { "@element-plus/icons": "^0.0.11", "axios": "^0.24.0", + "blueimp-md5": "^2.19.0", "core-js": "^3.6.5", "element-plus": "^1.2.0-beta.5", "moment": "^2.29.1", diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index 961a66b..b6b3867 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -1,3 +1,3 @@ -const baseUrl = "http://localhost:8090/" -//const baseUrl = "http://192.168.31.113:8090/" +//const baseUrl = "http://localhost:8090/" +const baseUrl = "http://36.5.61.1:8081/" export default baseUrl; \ No newline at end of file diff --git a/src/views/Home.vue b/src/views/Home.vue index 3f30280..3eea1d1 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -29,20 +29,59 @@
{{ staffName }} + style="color: #606266; font-family: 'Segoe UI',sans-serif;font-size: 14px;font-weight: bold; "> + {{staffName }} {{ staffUsername }}
-
- +
+
+ + + + + + + + + + + + + + + + + + + +
项目名称合同额(万)重要程度项目分类项目类型项目进度操作
{{ item.name }}{{ item.price + '万' }}{{ item.important }}{{ item.classification }}{{ item.type }} + + + +
+ + + +
- + +