Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
66e23f95
Commit
66e23f95
authored
Oct 19, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.德诚使用自有服务器预览文件
parent
2c38de7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
common.js
src/main/webapp/common/js/common.js
+6
-5
No files found.
src/main/webapp/common/js/common.js
View file @
66e23f95
...
@@ -672,11 +672,12 @@ function loadChange(grid,e,field) {
...
@@ -672,11 +672,12 @@ function loadChange(grid,e,field) {
if
(
urlEncode
===
""
)
{
if
(
urlEncode
===
""
)
{
return
;
return
;
}
}
if
(
PROJECT_ENV
===
"run"
||
PROJECT_ENV
===
"RUN"
)
{
// if (PROJECT_ENV === "run" || PROJECT_ENV === "RUN") {
return
"https://www.eis-paas.com/preview/onlinePreview?url="
+
urlEncode
// return "https://www.eis-paas.com/preview/onlinePreview?url=" + urlEncode
}
else
{
// } else {
return
"http://139.224.202.156:8012/preview/onlinePreview?url="
+
urlEncode
;
// return "http://139.224.202.156:8012/preview/onlinePreview?url=" + urlEncode;
}
// }
return
domain
+
"/preview/onlinePreview?url="
+
urlEncode
;
}
}
// export 到全局作用域 window对象
// export 到全局作用域 window对象
...
...
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