Compare commits

..

No commits in common. "3d3e6a3db089e9306d9f43566d4a8a0ad9a2c004" and "6e2b7cb76ac38d61c41b0f84f052d68983a05943" have entirely different histories.

3 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
ENV = 'usa'
NODE_ENV = 'usa'
# base public path
VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-07-10/'
VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-07-03/'
# 是否开启登陆限制 true:是 false:否
VUE_APP_LOGIN_FOR_PERMISSION = false

View File

@ -4,6 +4,7 @@ import dcmjs from './dcmjs'
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

View File

@ -410,7 +410,7 @@ export default {
/* 修复input 背景不协调 和光标变色 */
$bg: #283443;
$light_gray: #0093dd;
$light_gray: #909399;
$cursor: #fff;
// @supports (-webkit-mask: none) and (not (cater-color: $cursor)) {
@ -541,6 +541,7 @@ $light_gray: #606266;
// margin-bottom: 50px;
text-align: center;
margin-top: 18%;
.title {
font-size: 35px;
color: $light_gray;