diff --git a/src/assets/icons/svg/login-bg.svg b/src/assets/icons/svg/login-bg.svg new file mode 100644 index 00000000..7fe7c3cb --- /dev/null +++ b/src/assets/icons/svg/login-bg.svg @@ -0,0 +1,781 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/assets/icons/svg/login-logo.svg b/src/assets/icons/svg/login-logo.svg new file mode 100644 index 00000000..1778278a --- /dev/null +++ b/src/assets/icons/svg/login-logo.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/utils/dcmUpload/anonymization.js b/src/utils/dcmUpload/anonymization.js index e528b54f..c0177846 100644 --- a/src/utils/dcmUpload/anonymization.js +++ b/src/utils/dcmUpload/anonymization.js @@ -1,10 +1,10 @@ import dicomParser from "dicom-parser"; import dcmjs from './dcmjs' -import { encoder } from "./encoder"; export const anonymization = function (file, config) { return new Promise(async (resolve, reject) => { try { + console.log(file); const reader = new FileReader() let AnonymizeFixedList = config.AnonymizeFixedList let AnonymizeNotFixedList = config.AnonymizeNotFixedList diff --git a/src/views/login/index.vue b/src/views/login/index.vue index af1ba670..6c988710 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -15,16 +15,28 @@ /> -
- +
+ +
- -
{{ $t("login:title:system") }}
+
{{ $t("login:title:system") }}
@@ -96,7 +108,11 @@ @@ -109,6 +125,7 @@ type="text" size="medium" @click.native.prevent="handleResetPwd" + style="color: rgb(0, 147, 221)" > {{ $t("login:button:forgetPassword") }} @@ -196,12 +213,14 @@ import TopLang from "./topLang"; import Vcode from "vue-puzzle-vcode"; import browserTip from "@/views/dictionary/template/browser/tip.vue"; import Img1 from "@/assets/pic-2.png"; +import loginBg from "@/assets/icons/svg/login-bg.svg"; +import loginLogo from "@/assets/icons/svg/login-logo.svg"; export default { name: "Login", components: { TopLang, Vcode, browserTip }, data() { return { - NODE_ENV: process.env.NODE_ENV, + NODE_ENV: process.env.NODE_ENV, // process.env.NODE_ENV VUE_APP_OSS_CONFIG_REGION: process.env.VUE_APP_OSS_CONFIG_REGION, aboutVisible: false, loginForm: { @@ -239,6 +258,8 @@ export default { isShow: false, showCode: false, Img1, + loginBg, + loginLogo, }; }, computed: { @@ -434,7 +455,7 @@ $cursor: #fff;