diff --git a/.env.production b/.env.production index 17eebff32..6592f042f 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_SERVER = https://epdc-shibei.elinkservice.cn/api +VUE_APP_API_SERVER = https://epmet-cloud.elinkservice.cn/api VUE_APP_NODE_ENV=prod VUE_APP_PUBLIC_PATH=epmet-oper \ No newline at end of file diff --git a/public/index.html b/public/index.html index 6b33435ea..1fcf32181 100644 --- a/public/index.html +++ b/public/index.html @@ -64,7 +64,7 @@ <% if (process.env.VUE_APP_NODE_ENV==='prod' ) { %> <% } %> diff --git a/src/assets/scss/modules/search.scss b/src/assets/scss/modules/search.scss index d0222b5ca..7b4cb925b 100644 --- a/src/assets/scss/modules/search.scss +++ b/src/assets/scss/modules/search.scss @@ -26,13 +26,15 @@ .input { position: relative; - select { + .select-show { border: none; + display: block; font-size: 16px; width: 90px; line-height: 32px; text-align: center; color: #0082fb; + cursor: default; } input { diff --git a/src/js/dai/request.js b/src/js/dai/request.js index 0d62217a1..8365bd3ee 100644 --- a/src/js/dai/request.js +++ b/src/js/dai/request.js @@ -2,7 +2,6 @@ | 请求接口封装 | ---------------------------------------------------------------*/ import axios from "axios"; - import curry from "dai-js/tools/curry"; import { Message } from "element-ui"; @@ -37,12 +36,7 @@ const request = curry( // retData = Vue.$afterRequestHook(retData); // } if (res.data.code > 8000 && res.data.code < 10000) { - // message.error(res.data.msg); - Message({ - showClose: true, - message: res.data.msg, - duration: 0 - }) + // Message.error(res.data.msg); } reslove(retData); diff --git a/src/views/main-shuju/main.vue b/src/views/main-shuju/main.vue index e587a366f..ae869f5a6 100644 --- a/src/views/main-shuju/main.vue +++ b/src/views/main-shuju/main.vue @@ -1,22 +1,18 @@ + + + + diff --git a/src/views/modules/workSys/elegantEdit.vue b/src/views/modules/workSys/elegantEdit.vue new file mode 100644 index 000000000..356bdee70 --- /dev/null +++ b/src/views/modules/workSys/elegantEdit.vue @@ -0,0 +1,169 @@ + + + + +