This website works better with JavaScript.
Explore
Help
Sign In
fanruan
/
decision-webui-dcm
Watch
2
Star
0
Fork
You've already forked decision-webui-dcm
0
Code
Issues
8
Pull Requests
Projects
Releases
Wiki
Activity
帆软决策平台数据连接界面库
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1730
Commits
20
Branches
77
Tags
3.9 MiB
Tree:
76d914f60b
bugfix/10.0
bugfix/11.0
fbp/feature
fbp/master
fbp/release
fbp/research
feature/10.0
feature/x
final/10.0
final/11.0
master
persist/10.0
persist/11.0
qufenxi
release/10.0
release/11.0
research/10.0
research/11.0
research/fbp-1.0
research/mss-2.0
1.0.0-20241021-fbp
10.0.10.2020.10.15.final
10.0.10.2020.10.20
10.0.11.2020.11.25
10.0.12.2020.12.17
10.0.13.2021.01.13.final
10.0.14.2021.03.02
10.0.15.2021.04.02
10.0.15.2021.04.20
10.0.16.2021.05.19
10.0.16.2021.06.10
10.0.17.2021.06.24
10.0.17.2021.07.12
10.0.18
10.0.18.2021.07.26
10.0.18.2021.07.30
10.0.18.2021.08.13
10.0.18.2021.08.19
10.0.18.2021.08.25
10.0.19.10.2022.4.3
10.0.19.2021.01.13
10.0.19.2021.08.30
10.0.19.2021.09.02
10.0.19.2021.09.07
10.0.19.2021.09.18
10.0.19.2021.10.12
10.0.19.2021.10.13
10.0.19.2021.10.27
10.0.19.2021.11.11
10.0.19.2021.11.25
10.0.19.2021.12.03
10.0.19.2021.12.13
10.0.19.2021.12.28
10.0.19.2022.01.18
10.0.19.2022.02.14
10.0.19.2022.02.16
10.0.19.2022.03.01
10.0.19.2022.03.18
10.0.19.2022.03.25
10.0.19.2022.04.15
10.0.19.2022.04.18
10.0.19.2022.04.20
10.0.19.2022.04.21
10.0.19.2022.04.27
10.0.19.2022.04.29
10.0.19.2022.05.06
10.0.19.2022.05.07
10.0.19.2022.05.20
10.0.19.2022.06.10
10.0.19.2022.07.01
10.0.19.2022.07.05
10.0.19.2022.07.16
10.0.19.2022.08.03
10.0.19.2022.08.22
10.0.19.2022.08.23
10.0.19.2022.08.26
10.0.19.2022.09.07
10.0.19.2022.09.23
10.0.19.2022.09.27
10.0.19.2022.10.21
10.0.19.2022.11.10
10.0.19.2022.11.11
10.0.19.2022.11.17
10.0.5
10.0.6
10.0.7
10.0.8.2020.07.23
10.0.8.20200716.final
10.0.9.2020.08.20
10.0.9.2020.0817.final
10.0.9.2020.09.27
bugfix-210728
bugfix-210728-2
v10.5.20
v11.0.71
v11.0.75
v11.0.895
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '76d914f60b'
${ noResults }
decision-webui-dcm
/
babel.config.js
4 lines
102 B
Raw
Normal View
History
Unescape
Escape
KERNEL-4727 refactor: 【平台】使用babel-preset-fineui插件配置babel
4 years ago
module
.
exports
=
function
(
api
)
{
return
require
(
"@fui/babel-preset-fineui"
)
.
configs
.
base
(
api
)
refactor: 重构页面
5 years ago
}
;