Skip to content

Commit e6b6058

Browse files
committed
abm_logo_text_id
1 parent 267b09f commit e6b6058

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

paas/frontend/app/public/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<div class="abm-pre-screen-object" id="abm-pre-screen-object_one"></div>
6464
</div>
6565
<h1 class="abm-pre-screen-text">
66+
<span id="abm_logo_text_id">SREWorks</span>
6667
</h1>
6768
<!--<h1 class="abm-pre-screen-text">
6869
<span>Apsara Big Data Manager</span>

paas/frontend/app/src/properties.js

+1
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,6 @@ if (properties.apiType === 'local') {
110110
//导出给组件库使用
111111
window.__TESLA_COMPONENT_LIB_CONFIG = properties
112112
window.__SREWORKS_COMPONENT_LIB_CONFIG = properties
113+
window.PROPERTY = properties
113114

114115
export default properties

paas/frontend/widget-cli/.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.babelrc.js
2+
coverage
3+
node_modules

0 commit comments

Comments
 (0)