Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-station-module-view
Project
Project
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
station
amos-station-module-view
Commits
e157987a
Commit
e157987a
authored
May 26, 2020
by
taabe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改3维页面初始化接口参数调整
parent
727e7b41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
3dService.js
mods/components/3dviewConvertor/services/3dService.js
+8
-1
No files found.
mods/components/3dviewConvertor/services/3dService.js
View file @
e157987a
...
@@ -26,7 +26,14 @@ export const getObjFromNet = (url, callback) => {
...
@@ -26,7 +26,14 @@ export const getObjFromNet = (url, callback) => {
* @param {string} type
* @param {string} type
*/
*/
export
const
initView3DAction
=
(
type
,
riskSourceId
)
=>
{
export
const
initView3DAction
=
(
type
,
riskSourceId
)
=>
{
const
url
=
formatUrl
(
FscSerUrl
.
view3dInitUrl
,
{
type
,
riskSourceId
});
let
param
=
{};
if
(
riskSourceId
)
{
param
=
{
type
,
riskSourceId
};
}
else
{
param
=
{
type
};
}
const
url
=
formatUrl
(
FscSerUrl
.
view3dInitUrl
,
param
);
return
commonGet
(
url
);
return
commonGet
(
url
);
};
};
...
...
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