Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
lanzhou-transportation
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
lanzhou
lanzhou-transportation
Commits
c10b184a
提交
c10b184a
authored
10月 25, 2022
作者:
朱玉敏
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zym-配置
上级
066ea858
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
191 行增加
和
5 行删除
+191
-5
.gitlab-ci.yml
.gitlab-ci.yml
+38
-0
default.conf
default.conf
+33
-0
top-component1.vue
src/views/top/top-component1.vue
+24
-1
top-component2.vue
src/views/top/top-component2.vue
+24
-1
top-component3.vue
src/views/top/top-component3.vue
+24
-1
top-component4.vue
src/views/top/top-component4.vue
+24
-1
top-component5.vue
src/views/top/top-component5.vue
+24
-1
没有找到文件。
.gitlab-ci.yml
0 → 100644
浏览文件 @
c10b184a
variables
:
DOCKER_DRIVER
:
overlay2
# cache:
# key: "$CI_COMMIT_REF_NAME"
# paths:
# - node_modules
stages
:
-
compile
-
build
-
deploy
compile
:
stage
:
compile
image
:
node:9
script
:
-
npm config set registry https://registry.npm.taobao.org
-
npm install
-
npm run build
artifacts
:
expire_in
:
15 mins
paths
:
-
dist
build
:
stage
:
build
image
:
docker:dind
script
:
-
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY_URL
-
docker build -t $CI_REGISTRY_URL/platform/lanzhou-transportation:1.0 .
-
docker push $CI_REGISTRY_URL/platform/lanzhou-transportation:1.0
only
:
-
master
deploy
:
stage
:
deploy
image
:
$CI_REGISTRY_URL/library/rancher-gitlab-deploy
script
:
-
upgrade --environment sl-prod --stack lanzhou --service lanzhou-transportation --new-image $CI_REGISTRY_URL/platform/lanzhou-transportation:1.0 --finish-upgrade
only
:
-
master
default.conf
0 → 100644
浏览文件 @
c10b184a
upstream
cr_server
{
server
172
.
19
.
95
.
252
:
8080
weight
=
100
max_fails
=
1
fail_timeout
=
10
s
;
}
server
{
listen
80
;
server_name
localhost
;
#开启压缩提高速度
gzip
on
;
gzip_min_length
1
k
;
gzip_comp_level
9
;
gzip_types
text
/
plain
application
/
javascript
application
/
x
-
javascript
text
/
css
application
/
xml
text
/
javascript
application
/
x
-
httpd
-
php
image
/
jpeg
image
/
gif
image
/
png
;
gzip_vary
on
;
gzip_disable
"MSIE [1-6]\."
;
#charset koi8-r;
#access_log /var/log/nginx/log/host.access.log main;
root
/
usr
/
share
/
nginx
/
html
;
index
index
.
html
index
.
htm
;
location
@
rewrites
{
rewrite
^(.+)$ /
index
.
html
last
;
}
location
~ /.*/
api
{
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Host
$
http_host
;
proxy_set_header
X
-
NginX
-
Proxy
true
;
proxy_pass
http
://
cr_server
${
request_uri
};
proxy_redirect
off
;
client_max_body_size
300
m
;
}
}
src/views/top/top-component1.vue
浏览文件 @
c10b184a
<
template
>
<
template
>
<div
class=
"top-component"
>
<div
class=
"top-component"
>
<div
class=
"top-title"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<!--
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
-->
<h1>
三棱综合交通运行信息中心
</h1>
</div>
</div>
<div
class=
"top-list"
>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
<div
class=
"l-item"
>
...
@@ -57,6 +58,28 @@ export default {
...
@@ -57,6 +58,28 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
.top-title{
//
color
:
#fff
;
font-size
:
20px
;
color
:
#47f1f0
;
font-family
:
"经典圆体繁"
,
"microsoft yahei"
,
"Arial Rounded MT Bold"
,
"Helvetica Rounded"
,
Arial
,
sans-serif
;
display
:
block
;
color
:
#f1ebe5
;
background
:
-webkit-linear-gradient
(
top
,
#47f1f0
,
#47f1f0
,
#c8c2d4
);
//为文本元素提供渐变背景
-webkit-text-fill-color
:
transparent
;
//使用透明颜色填充文本
-webkit-background-clip
:
text
;
//用文本剪辑背景,用渐变背景作为颜色填充文本
//
text-shadow
:
0
8px
9px
#c4b59d
,
0px
-2px
1px
#fff
;
font-weight
:
bold
;
letter-spacing
:
10px
;
text-align
:
center
;
border-radius
:
20px
;
}
.top-list
{
.top-list
{
width
:
100%
;
width
:
100%
;
margin-top
:
5%
;
margin-top
:
5%
;
...
...
src/views/top/top-component2.vue
浏览文件 @
c10b184a
<
template
>
<
template
>
<div
class=
"top-component2"
>
<div
class=
"top-component2"
>
<div
class=
"top-title"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<!--
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
-->
<h1>
三棱综合交通运行信息中心
</h1>
</div>
</div>
<div
class=
"top-list"
>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
<div
class=
"l-item"
>
...
@@ -47,6 +48,28 @@ export default {
...
@@ -47,6 +48,28 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
.top-title{
//
color
:
#fff
;
font-size
:
20px
;
color
:
#47f1f0
;
font-family
:
"经典圆体繁"
,
"microsoft yahei"
,
"Arial Rounded MT Bold"
,
"Helvetica Rounded"
,
Arial
,
sans-serif
;
display
:
block
;
color
:
#f1ebe5
;
background
:
-webkit-linear-gradient
(
top
,
#47f1f0
,
#47f1f0
,
#c8c2d4
);
//为文本元素提供渐变背景
-webkit-text-fill-color
:
transparent
;
//使用透明颜色填充文本
-webkit-background-clip
:
text
;
//用文本剪辑背景,用渐变背景作为颜色填充文本
//
text-shadow
:
0
8px
9px
#c4b59d
,
0px
-2px
1px
#fff
;
font-weight
:
bold
;
letter-spacing
:
10px
;
text-align
:
center
;
border-radius
:
20px
;
}
.top-list
{
.top-list
{
width
:
100%
;
width
:
100%
;
margin-top
:
5%
;
margin-top
:
5%
;
...
...
src/views/top/top-component3.vue
浏览文件 @
c10b184a
<
template
>
<
template
>
<div
class=
"top-component3"
>
<div
class=
"top-component3"
>
<div
class=
"top-title"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<!--
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
-->
<h1>
三棱综合交通运行信息中心
</h1>
</div>
</div>
<div
class=
"top-list"
>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
<div
class=
"l-item"
>
...
@@ -45,6 +46,28 @@ export default {
...
@@ -45,6 +46,28 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
.top-title{
//
color
:
#fff
;
font-size
:
20px
;
color
:
#47f1f0
;
font-family
:
"经典圆体繁"
,
"microsoft yahei"
,
"Arial Rounded MT Bold"
,
"Helvetica Rounded"
,
Arial
,
sans-serif
;
display
:
block
;
color
:
#f1ebe5
;
background
:
-webkit-linear-gradient
(
top
,
#47f1f0
,
#47f1f0
,
#c8c2d4
);
//为文本元素提供渐变背景
-webkit-text-fill-color
:
transparent
;
//使用透明颜色填充文本
-webkit-background-clip
:
text
;
//用文本剪辑背景,用渐变背景作为颜色填充文本
//
text-shadow
:
0
8px
9px
#c4b59d
,
0px
-2px
1px
#fff
;
font-weight
:
bold
;
letter-spacing
:
10px
;
text-align
:
center
;
border-radius
:
20px
;
}
.top-list
{
.top-list
{
width
:
100%
;
width
:
100%
;
margin-top
:
5%
;
margin-top
:
5%
;
...
...
src/views/top/top-component4.vue
浏览文件 @
c10b184a
<
template
>
<
template
>
<div
class=
"top-component3"
>
<div
class=
"top-component3"
>
<div
class=
"top-title"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<!--
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
-->
<h1>
三棱综合交通运行信息中心
</h1>
</div>
</div>
<div
class=
"top-list"
>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
<div
class=
"l-item"
>
...
@@ -51,6 +52,28 @@ export default {
...
@@ -51,6 +52,28 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
.top-title{
//
color
:
#fff
;
font-size
:
20px
;
color
:
#47f1f0
;
font-family
:
"经典圆体繁"
,
"microsoft yahei"
,
"Arial Rounded MT Bold"
,
"Helvetica Rounded"
,
Arial
,
sans-serif
;
display
:
block
;
color
:
#f1ebe5
;
background
:
-webkit-linear-gradient
(
top
,
#47f1f0
,
#47f1f0
,
#c8c2d4
);
//为文本元素提供渐变背景
-webkit-text-fill-color
:
transparent
;
//使用透明颜色填充文本
-webkit-background-clip
:
text
;
//用文本剪辑背景,用渐变背景作为颜色填充文本
//
text-shadow
:
0
8px
9px
#c4b59d
,
0px
-2px
1px
#fff
;
font-weight
:
bold
;
letter-spacing
:
10px
;
text-align
:
center
;
border-radius
:
20px
;
}
.top-list
{
.top-list
{
width
:
100%
;
width
:
100%
;
margin-top
:
5%
;
margin-top
:
5%
;
...
...
src/views/top/top-component5.vue
浏览文件 @
c10b184a
<
template
>
<
template
>
<div
class=
"top-component5"
>
<div
class=
"top-component5"
>
<div
class=
"top-title"
>
<div
class=
"top-title"
>
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
<!--
<img
src=
"./../../assets/images/兰州_03.png"
alt=
""
/>
-->
<h1>
三棱综合交通运行信息中心
</h1>
</div>
</div>
<div
class=
"top-list"
>
<div
class=
"top-list"
>
<div
class=
"l-item"
>
<div
class=
"l-item"
>
...
@@ -51,6 +52,28 @@ export default {
...
@@ -51,6 +52,28 @@ export default {
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
.top-title{
//
color
:
#fff
;
font-size
:
20px
;
color
:
#47f1f0
;
font-family
:
"经典圆体繁"
,
"microsoft yahei"
,
"Arial Rounded MT Bold"
,
"Helvetica Rounded"
,
Arial
,
sans-serif
;
display
:
block
;
color
:
#f1ebe5
;
background
:
-webkit-linear-gradient
(
top
,
#47f1f0
,
#47f1f0
,
#c8c2d4
);
//为文本元素提供渐变背景
-webkit-text-fill-color
:
transparent
;
//使用透明颜色填充文本
-webkit-background-clip
:
text
;
//用文本剪辑背景,用渐变背景作为颜色填充文本
//
text-shadow
:
0
8px
9px
#c4b59d
,
0px
-2px
1px
#fff
;
font-weight
:
bold
;
letter-spacing
:
10px
;
text-align
:
center
;
border-radius
:
20px
;
}
.top-list
{
.top-list
{
width
:
100%
;
width
:
100%
;
margin-top
:
5%
;
margin-top
:
5%
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论