Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
高东东-金蝶建发
/
jf-yzj-resume
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aa0d5d30
authored
Jan 13, 2025
by
zqm
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update: 网关换成云之家的
parent
4701004a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
8 deletions
package-lock.json
src/config/prod.js
src/config/test.js
src/js/index.js
src/js/lib/mas.js
package-lock.json
deleted
100644 → 0
View file @
4701004a
This diff could not be displayed because it is too large.
src/config/prod.js
View file @
aa0d5d30
...
...
@@ -6,7 +6,7 @@ const config = {
product
:
true
,
ssoToken
:
'token'
,
//区分测试环境和正式环境
baseUrl
:
isProduct
?
'https://
jffcvp.cndrealty.com:4433/'
:
'https://mxytest.cndrealty.com:4433
/'
,
baseUrl
:
isProduct
?
'https://
portal.cndrealty.com/'
:
'https://staging.jffctest.com
/'
,
appkey
:
isProduct
?
'781d2ec4'
:
'd504275e'
,
// 正式
// baseUrl: 'https://mxytest.cndrealty.com:4433/', //测试
...
...
src/config/test.js
View file @
aa0d5d30
...
...
@@ -60,10 +60,10 @@ const config = {
userid
:
'46000011'
,
// loginuserid: '10000360',
loginuserid
:
'46000011'
,
app
K
ey
:
'd504275e'
,
app
k
ey
:
'd504275e'
,
uid
:
'hqhuang@cndrealty.com'
,
token
:
'yzj_6082c32a80f913acd16a0e8e9364914d'
,
baseUrl
:
'https://
mxytest.cndrealty.com:4433
/'
,
baseUrl
:
'https://
staging.jffctest.com
/'
,
};
export
default
Object
.
assign
(
config
,
common
);
src/js/index.js
View file @
aa0d5d30
...
...
@@ -2290,7 +2290,7 @@ function registerEvent(clickNode, data) {
apiCode
=
'hchr.resume.attachmentInfoV'
;
break
;
}
const
url
=
`
${
configuration
.
baseUrl
}
mas
-api
/proxy?alias=
${
apiCode
}
&
${
fileName
}
&tocken=
${
$mas
.
token
}
`
;
const
url
=
`
${
configuration
.
baseUrl
}
mas/proxy?alias=
${
apiCode
}
&
${
fileName
}
&tocken=
${
$mas
.
token
}
`
;
console
.
log
(
'url>>'
,
url
);
// if (fileType === 'pdf') {
// app.showPdf([{url}])
...
...
@@ -2914,12 +2914,10 @@ function filterData(item, data, isAssessNew) {
return
assessData
;
}
function
eleHide
()
{
let
wrap_content
=
document
.
getElementsByClassName
(
'wrap_content'
);
console
.
log
(
'wrap_content>>'
,
wrap_content
);
for
(
let
i
=
0
;
i
<
wrap_content
.
length
;
i
++
)
{
console
.
log
(
''
);
if
(
wrap_content
[
i
].
childNodes
.
length
>
3
)
{
let
clickNode
=
wrap_content
[
i
].
nextElementSibling
;
wrapContent
(
wrap_content
[
i
],
clickNode
);
...
...
src/js/lib/mas.js
View file @
aa0d5d30
...
...
@@ -20,8 +20,8 @@ export default class MAS {
*/
static
get
TYPE
()
{
return
{
PROXY
:
'mas
-api
/proxy?alias='
,
RESTFUL
:
'mas
-api
/restful/'
,
PROXY
:
'mas/proxy?alias='
,
RESTFUL
:
'mas/restful/'
,
};
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment