Merge branch 'uat'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
# Conflicts: # src/views/login/index.vueuat_us
commit
3d3e6a3db0
2
.env.usa
2
.env.usa
|
@ -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-03/'
|
||||
VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-07-10/'
|
||||
|
||||
# 是否开启登陆限制 true:是 false:否
|
||||
VUE_APP_LOGIN_FOR_PERMISSION = false
|
||||
|
|
|
@ -4,7 +4,6 @@ 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
|
||||
|
|
|
@ -410,7 +410,7 @@ export default {
|
|||
/* 修复input 背景不协调 和光标变色 */
|
||||
|
||||
$bg: #283443;
|
||||
$light_gray: #909399;
|
||||
$light_gray: #0093dd;
|
||||
$cursor: #fff;
|
||||
|
||||
// @supports (-webkit-mask: none) and (not (cater-color: $cursor)) {
|
||||
|
@ -541,7 +541,6 @@ $light_gray: #606266;
|
|||
// margin-bottom: 50px;
|
||||
text-align: center;
|
||||
margin-top: 18%;
|
||||
|
||||
.title {
|
||||
font-size: 35px;
|
||||
color: $light_gray;
|
||||
|
|
Loading…
Reference in New Issue