This website works better with JavaScript.
首頁
探索
說明
註冊
登入
yiyun-fe
/
yiyunjianzhu-vue
關註
4
收藏
0
複製
0
程式碼
合併請求
0
版本發佈
0
Activity
瀏覽代碼
Merge branch 'dev' of
http://47.104.91.134:3000/yiyun-fe/yiyunjianzhu-vue
into dev
dev-remain
revive
4 年之前
父節點
ff58ca0972
79ca4687d4
當前提交
125d902d7b
共有
2 個文件被更改
,包括
3 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/services/system.js
+2
-1
src/views/main_web/watchall/components/title.vue
+ 1
- 1
src/services/system.js
查看文件
@@ -153,7 +153,7 @@ const system = {
return {
fileName,
extension,
relativePath: relativePath.
replace(/(\\)+/g,
'/'),
relativePath: relativePath.
split('\\').filter(identity).join(
'/'),
fullPath: absolutePath,
};
});
+ 2
- 1
src/views/main_web/watchall/components/title.vue
查看文件
@@ -1,7 +1,8 @@
<template>
<div class="top">
<div class="title"><slot name="center">{{ topTitle}}</slot></div>
<div class="right"><slot name="right"><img class="yiyun_icon enlarge-btn" src="static/img/放大.svg"/></slot></div>
<!-- <div class="right"><slot name="right"><img class="yiyun_icon enlarge-btn" src="static/img/放大.svg"/></slot></div> -->
<div class="right"><slot name="right"></slot></div>
</div>
</template>
Write
Preview
Loading…
取消
儲存