Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_page
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_page
Commits
36bb7771
提交
36bb7771
authored
12月 13, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增四渡赤水框架
上级
6d54c229
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
33 行增加
和
3 行删除
+33
-3
bg-origin.jpg
src/assets/imgs/boutique/sdcs/bg-origin.jpg
+0
-0
bg.jpg
src/assets/imgs/boutique/sdcs/bg.jpg
+0
-0
index.js
src/router/index.js
+6
-0
SDCS.vue
src/views/boutique/components/SDCS.vue
+22
-0
sdcs.json
src/views/boutique/components/sdcs.json
+0
-0
index.vue
src/views/boutique/index.vue
+4
-2
index.vue
src/views/display/index.vue
+1
-1
没有找到文件。
src/assets/imgs/boutique/sdcs/bg-origin.jpg
0 → 100644
浏览文件 @
36bb7771
差异被折叠。
点击展开。
src/assets/imgs/boutique/sdcs/bg.jpg
0 → 100644
浏览文件 @
36bb7771
差异被折叠。
点击展开。
src/router/index.js
浏览文件 @
36bb7771
...
...
@@ -150,6 +150,12 @@ const routes = [
name
:
'JYYCC'
,
component
:
()
=>
import
(
'@/views/boutique/components/jyycc'
)
},
{
path
:
'/sdcs'
,
name
:
'SDCS'
,
component
:
()
=>
import
(
'@/views/boutique/components/SDCS'
)
},
// 404
{
...
...
src/views/boutique/components/SDCS.vue
0 → 100644
浏览文件 @
36bb7771
<
template
>
<div
class=
"sdcs"
>
</div>
</
template
>
<
script
>
export
default
{
}
</
script
>
<
style
lang=
"scss"
scoped
>
.sdcs
{
background-image
:
url('@/assets/imgs/boutique/sdcs/bg.jpg')
;
height
:
10693px
;
width
:
100%
;
background-size
:
100%
100%
;
}
</
style
>
\ No newline at end of file
src/views/boutique/components/sdcs.json
0 → 100644
浏览文件 @
36bb7771
差异被折叠。
点击展开。
src/views/boutique/index.vue
浏览文件 @
36bb7771
...
...
@@ -3,6 +3,7 @@
<SMGZ
v-if=
"currentTitle == '神秘贵州'"
/>
<YLGDYW
v-else-if=
"currentTitle == '夜郎国的疑问'"
/>
<JYYCC
v-else-if=
"currentTitle == '记忆与传承'"
/>
<SDCS
v-else-if=
"currentTitle == '四渡赤水出奇兵'"
/>
<div
v-else
class=
"img-container"
>
<!--
<img
:src=
"require(`@/assets/imgs/boutique/$
{currentTitle}.jpg`)
" alt="" /> -->
...
...
@@ -16,8 +17,9 @@
import
SMGZ
from
"./components/SMGZ"
;
import
YLGDYW
from
"./components/YLGDYW"
;
import
JYYCC
from
"./components/jyycc"
;
import
SDCS
from
"./components/SDCS"
;
export
default
{
components
:
{
SMGZ
,
YLGDYW
,
JYYCC
},
components
:
{
SMGZ
,
YLGDYW
,
JYYCC
,
SDCS
},
watch
:
{
currentTitle
:
{
handler
:
function
(
value
)
{
...
...
@@ -26,7 +28,7 @@ export default {
return
;
}
switch
(
value
)
{
case
"四渡赤水"
:
case
"四渡赤水
出奇兵
"
:
color
=
"4"
;
break
;
case
"神秘贵州"
:
...
...
src/views/display/index.vue
浏览文件 @
36bb7771
...
...
@@ -107,7 +107,7 @@ export default {
value
:
''
}],
currentType
:
''
,
boutiqueTitles
:
[
'神秘贵州'
,
'四渡赤水'
,
'记忆与传承'
,
'夜郎国的疑问'
]
boutiqueTitles
:
[
'神秘贵州'
,
'四渡赤水
出奇兵
'
,
'记忆与传承'
,
'夜郎国的疑问'
]
};
},
computed
:
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论