Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bebe14c2
authored
2026-04-24 16:47:05 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首页数据产品研发跳转医学人工智能可信研发空间
1 parent
57d16091
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
3 deletions
.env.development
.env.product
src/views/homeIndex.vue
.env.development
View file @
bebe14c
...
...
@@ -101,6 +101,11 @@ VITE_APP_SERVICE_BASEURL = ms-daop-trust-api-service
#数字合约接口,身份认证有关的服务
VITE_APP_DIGITAL_CONTRACT_URL = ms-daop-trust-data-space-service
# 科学计算平台appkey
VITE_SCIENTIFIC_KEY = 69ce27ede4b0f42f3580c9c1
VITE_SCIENTIFIC_URL = http://192.168.6.22:39902/
VITE_proxyUrl = https://idaas-test.csbr.cn/api
# 本地访问地址
# VITE_API_CIRCULATION_URL = http://localhost:9000/circulation
...
...
.env.product
View file @
bebe14c
...
...
@@ -128,6 +128,11 @@ VITE_APP_SERVICE_BASEURL = ms-daop-trust-api-service
#数字合约接口
VITE_APP_DIGITAL_CONTRACT_URL = ms-daop-trust-data-space-service
# 科学计算平台appkey
VITE_SCIENTIFIC_KEY = 69ce27ede4b0f42f3580c9c1
VITE_SCIENTIFIC_URL = http://192.168.6.22:39902/
VITE_proxyUrl = https://develop.zgsjzc.com/idaas
#流通平台接口地址
VITE_APP_CIRCULATION = http://192.168.6.20:18052/
#数据加工交付
...
...
src/views/homeIndex.vue
View file @
bebe14c
...
...
@@ -54,6 +54,21 @@ const click = (command) => {
})
}
const
toScientific
=
()
=>
{
const
params
=
{
response_type
:
"code"
,
client_id
:
import
.
meta
.
env
.
VITE_SCIENTIFIC_KEY
,
scope
:
"other"
,
state
:
`
${
localStorage
.
state
}
`
,
// 包含tenant信息的state
redirect_uri
:
import
.
meta
.
env
.
VITE_SCIENTIFIC_URL
,
};
const
param
=
Object
.
keys
(
params
)
.
map
((
key
)
=>
`
${
key
}
=
${
params
[
key
]}
`
)
.
join
(
"&"
);
const
authUrl
=
`
${
import
.
meta
.
env
.
VITE_proxyUrl
}
/oauth2/authorize?
${
param
}
`
;
window
.
open
(
authUrl
,
"_blank"
,
"noopener,noreferrer"
);
}
</
script
>
<
template
>
...
...
@@ -104,7 +119,7 @@ const click = (command) => {
<div
class=
"menu-title"
>
数据产品研发
</div>
<div
class=
"sub-desc"
>
如果您想将自己的数据或者外采数据产品进行加工或衍生,在医学人工智能可信研发空间中自研和加工专属的数据产品
</div>
</div>
<div
style=
"display: flex;align-items: center;"
>
<div
style=
"display: flex;align-items: center;"
@
click
.
stop=
"toScientific"
>
<div
class=
"btn-title"
>
点击进入
</div>
<div
class=
"btn-img"
></div>
</div>
...
...
@@ -132,7 +147,7 @@ const click = (command) => {
<div
class=
"menu-title"
>
2、数据源管理
</div>
<div
class=
"desc"
>
将数据系统中的数据资源接入连接器,作为封装数据产品的基础。支持数据库、本地文件服务器等资源接入及管理。
</div>
</div>
<div
class=
"chunk-per"
@
click=
"
click('dataDevelop'
)"
>
<div
class=
"chunk-per"
@
click=
"
toScientific(
)"
>
<div
class=
"img dataDevelop"
></div>
<div
class=
"menu-title"
>
3、数据产品研发
</div>
<div
class=
"desc"
>
数据提供方基于自己的数据和外采数据,在医学人工智能可信研发空间中自研和加工专属的数据产品。
</div>
...
...
@@ -375,4 +390,4 @@ const click = (command) => {
}
}
}
</
style
>
\ No newline at end of file
</
style
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment