Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
njgzx
dataease
Commits
33e2e0c0
提交
33e2e0c0
authored
6月 20, 2022
作者:
顾杰
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: icon、title
上级
cbb2e8e6
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
31 行增加
和
21 行删除
+31
-21
.env.development
frontend/.env.development
+1
-1
icon.ico
frontend/public/icon.ico
+0
-0
index.html
frontend/public/index.html
+1
-1
nolic.html
frontend/public/nolic.html
+1
-1
login_img.jpg
frontend/src/assets/login_img.jpg
+0
-0
nav_icon.png
frontend/src/assets/nav_icon.png
+0
-0
en.js
frontend/src/lang/en.js
+1
-1
tw.js
frontend/src/lang/tw.js
+1
-1
zh.js
frontend/src/lang/zh.js
+1
-1
Topbar.vue
frontend/src/layout/components/Topbar.vue
+7
-6
settings.js
frontend/src/settings.js
+1
-1
iconfont.json
frontend/src/styles/deicon/iconfont.json
+1
-1
index.vue
frontend/src/views/login/index.vue
+14
-5
index.vue
frontend/src/views/wizard/index.vue
+2
-2
没有找到文件。
frontend/.env.development
浏览文件 @
33e2e0c0
...
...
@@ -3,7 +3,7 @@ ENV = 'development'
# base api
# VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = 'http://
localhost:8081
/'
VUE_APP_BASE_API = 'http://
222.190.143.210:8000/de-api
/'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
# It only does one thing by converting all import() to require().
...
...
frontend/public/icon.ico
0 → 100644
浏览文件 @
33e2e0c0
47.9 KB
frontend/public/index.html
浏览文件 @
33e2e0c0
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>
fav
icon.ico"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>icon.ico"
>
<title><
%=
webpackConfig
.
name
%
></title>
</head>
<body>
...
...
frontend/public/nolic.html
浏览文件 @
33e2e0c0
...
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<title>
DataEase
</title>
<title>
南京高等职业技术学院
</title>
</head>
<body
style=
"height: 100%;"
>
<div>
缺少许可
</div>
...
...
frontend/src/assets/login_img.jpg
0 → 100644
浏览文件 @
33e2e0c0
127.0 KB
frontend/src/assets/nav_icon.png
0 → 100644
浏览文件 @
33e2e0c0
24.2 KB
frontend/src/lang/en.js
浏览文件 @
33e2e0c0
...
...
@@ -2019,7 +2019,7 @@ export default {
firstOfYear
:
'First month of this year'
},
wizard
:
{
welcome_title
:
'Welcome To Use
DataEase
'
,
welcome_title
:
'Welcome To Use'
,
welcome_hint
:
'Open source data visual analysis tool available to everyone'
,
demo_video
:
'Demo'
,
quick_start
:
'Quick Start'
,
...
...
frontend/src/lang/tw.js
浏览文件 @
33e2e0c0
...
...
@@ -2030,7 +2030,7 @@ export default {
firstOfYear
:
'當年首月'
},
wizard
:
{
welcome_title
:
'歡迎使用
DataEase
'
,
welcome_title
:
'歡迎使用'
,
welcome_hint
:
'人人可用的開源數據可視化分析工具'
,
demo_video
:
'演示視頻'
,
quick_start
:
'快速入門'
,
...
...
frontend/src/lang/zh.js
浏览文件 @
33e2e0c0
...
...
@@ -2038,7 +2038,7 @@ export default {
firstOfYear
:
'当年首月'
},
wizard
:
{
welcome_title
:
'欢迎使用
DataEase
'
,
welcome_title
:
'欢迎使用'
,
welcome_hint
:
'人人可用的开源数据可视化分析工具'
,
demo_video
:
'演示视频'
,
quick_start
:
'快速入门'
,
...
...
frontend/src/layout/components/Topbar.vue
浏览文件 @
33e2e0c0
<
template
>
<div
class=
"top-nav"
>
<div
v-loading=
"!axiosFinished"
class=
"log"
>
<svg-icon
v-if=
"!logoUrl && axiosFinished"
icon-class=
"DataEase"
custom-class=
"top-nav-logo-icon"
/>
<img
v-if=
"logoUrl && axiosFinished"
:src=
"logoUrl"
width=
"140"
alt=
""
style=
"padding-top: 10px;"
>
<!--
<svg-icon
v-if=
"!logoUrl && axiosFinished"
icon-class=
"DataEase"
custom-class=
"top-nav-logo-icon"
/>
<img
v-if=
"logoUrl && axiosFinished"
:src=
"logoUrl"
width=
"140"
alt=
""
style=
"padding-top: 10px;"
>
-->
<img
src=
"@/assets/nav_icon.png"
width=
"140"
alt=
""
style=
"padding-top: 10px;"
/>
</div>
<el-menu
class=
"de-top-menu"
...
...
@@ -25,7 +26,7 @@
<notification
class=
"right-menu-item hover-effect"
/>
<lang-select
class=
"right-menu-item hover-effect"
/>
<div
style=
"height: 100%;padding: 0 8px;"
class=
"right-menu-item hover-effect"
>
<
!--
<
div
style=
"height: 100%;padding: 0 8px;"
class=
"right-menu-item hover-effect"
>
<a
:href=
"helpLink"
target=
"_blank"
...
...
@@ -33,7 +34,7 @@
>
<svg-icon
icon-class=
"docs"
/>
</a>
</div>
</div>
-->
</
template
>
<el-dropdown
...
...
@@ -60,9 +61,9 @@
<el-dropdown-item>
{{ $t('user.change_password') }}
</el-dropdown-item>
</router-link>
<router-link
to=
"/about/index"
>
<
!-- <
router-link to="/about/index">
<el-dropdown-item>{{ $t('commons.about_us') }}</el-dropdown-item>
</router-link>
</router-link>
-->
<el-dropdown-item
divided
@
click
.
native=
"logout"
>
<span
style=
"display:block;"
>
{{ $t('commons.exit_system') }}
</span>
</el-dropdown-item>
...
...
frontend/src/settings.js
浏览文件 @
33e2e0c0
...
...
@@ -2,7 +2,7 @@ module.exports = {
TokenKey
:
'Authorization'
,
RefreshTokenKey
:
'refreshauthorization'
,
LinkTokenKey
:
'LINK-PWD-TOKEN'
,
title
:
'
DataEase
'
,
title
:
'
南京高等职业技术学院
'
,
/* for sso */
IdTokenKey
:
'IdToken'
,
AccessTokenKey
:
'AccessToken'
,
...
...
frontend/src/styles/deicon/iconfont.json
浏览文件 @
33e2e0c0
{
"id"
:
"2459092"
,
"name"
:
"
DataEase
"
,
"name"
:
"
南京高等职业技术学院
"
,
"font_family"
:
"iconfont"
,
"css_prefix_text"
:
"icon-"
,
"description"
:
""
,
...
...
frontend/src/views/login/index.vue
浏览文件 @
33e2e0c0
...
...
@@ -5,15 +5,17 @@
<el-col
:span=
"12"
>
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"loginRules"
size=
"default"
>
<div
class=
"login-logo"
>
<svg-icon
v-if=
"!loginLogoUrl && axiosFinished"
icon-class=
"DataEase"
custom-class=
"login-logo-icon"
/>
<img
v-if=
"loginLogoUrl && axiosFinished"
:src=
"loginLogoUrl"
alt=
""
>
<!--
<svg-icon
v-if=
"!loginLogoUrl && axiosFinished"
icon-class=
"DataEase"
custom-class=
"login-logo-icon"
/>
<img
v-if=
"loginLogoUrl && axiosFinished"
:src=
"loginLogoUrl"
alt=
""
>
-->
<!--
<div
class=
"login_title"
>
南京高等职业技术学院
</div>
-->
<img
src=
"@/assets/nav_icon.png"
width=
"140"
alt=
""
style=
"padding-top: 10px;"
/>
</div>
<div
v-if=
"uiInfo && uiInfo['ui.loginTitle'] && uiInfo['ui.loginTitle'].paramValue"
class=
"login-welcome"
>
<
!--
<
div
v-if=
"uiInfo && uiInfo['ui.loginTitle'] && uiInfo['ui.loginTitle'].paramValue"
class=
"login-welcome"
>
{{
uiInfo
[
'ui.loginTitle'
].
paramValue
}}
</div>
<div
v-else
class=
"login-welcome"
>
{{
$t
(
'login.welcome'
)
+
(
uiInfo
&&
uiInfo
[
'ui.title'
]
&&
uiInfo
[
'ui.title'
].
paramValue
||
' DataEase'
)
}}
</div>
</div>
-->
<div
class=
"login-form"
>
<el-form-item
v-if=
"loginTypes.length > 1"
>
<el-radio-group
v-if=
"loginTypes.length > 1"
v-model=
"loginForm.loginType"
@
change=
"changeLoginType"
>
...
...
@@ -245,6 +247,12 @@ export default {
<
style
lang=
"scss"
scoped
>
@import
"../../styles/variables"
;
.login_title
{
color
:
#409EFF
;
font-size
:
26px
;
font-weight
:
bold
;
}
@mixin
login-center
{
display
:
flex
;
justify-content
:
center
;
...
...
@@ -371,7 +379,8 @@ export default {
}
.login-image
{
background
:
url(../../assets/login-desc.png)
no-repeat
;
// background: url(../../assets/login-desc.png) no-repeat;
background
:
url(../../assets/login_img.jpg)
no-repeat
;
background-size
:
cover
;
width
:
100%
;
height
:
520px
;
...
...
frontend/src/views/wizard/index.vue
浏览文件 @
33e2e0c0
...
...
@@ -12,11 +12,11 @@
<span
class=
"hint_head"
>
{{
$t
(
'wizard.welcome_title'
)
}}
</span>
<br>
<span
class=
"hint_content"
>
{{
$t
(
'wizard.welcome_hint'
)
}}
</span>
</el-row>
<el-row
class=
"card_container"
>
<
!--
<
el-row
class=
"card_container"
>
<info-card
v-for=
"(cardDetail,index) in cardList"
:key=
"index"
>
<component
:is=
"cardDetail.component"
:img-index=
"index"
:details=
"cardDetail"
/>
</info-card>
</el-row>
</el-row>
-->
</el-row>
</
template
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论