Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
company_app
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
毛细亚
company_app
Commits
eeb3ac9e
提交
eeb3ac9e
authored
6月 19, 2025
作者:
毛细亚
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新代码
上级
4fec4386
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
13 行增加
和
13 行删除
+13
-13
App.vue
src/App.vue
+4
-4
index.js
src/router/index.js
+6
-6
skillCompany.vue
src/views/components/skill/skillCompany.vue
+1
-1
skillLibrary.vue
src/views/components/skill/skillLibrary.vue
+1
-1
skillPersonal.vue
src/views/components/skill/skillPersonal.vue
+1
-1
没有找到文件。
src/App.vue
浏览文件 @
eeb3ac9e
...
@@ -97,10 +97,10 @@ export default {
...
@@ -97,10 +97,10 @@ export default {
label
:
'快捷发送'
,
label
:
'快捷发送'
,
path
:
'/quickSendGame'
path
:
'/quickSendGame'
},
},
{
//
{
label
:
'任务列表'
,
//
label: '任务列表',
path
:
'/taskList'
//
path: '/taskList'
},
//
},
// {
// {
// label: '通讯录',
// label: '通讯录',
// path: '/addressBook'
// path: '/addressBook'
...
...
src/router/index.js
浏览文件 @
eeb3ac9e
...
@@ -11,7 +11,7 @@ import violationRecord from '../views/ViolationRecord.vue'
...
@@ -11,7 +11,7 @@ import violationRecord from '../views/ViolationRecord.vue'
import
taskRecord
from
'../views/taskRecord.vue'
import
taskRecord
from
'../views/taskRecord.vue'
import
mailList
from
'@/views/mailList.vue'
import
mailList
from
'@/views/mailList.vue'
import
quickSendGame
from
'@/views/quickSendGame.vue'
import
quickSendGame
from
'@/views/quickSendGame.vue'
import
taskList
from
'@/views/taskList.vue'
//
import taskList from '@/views/taskList.vue'
import
Cookies
from
'js-cookie'
import
Cookies
from
'js-cookie'
import
store
from
'@/store'
import
store
from
'@/store'
Vue
.
use
(
VueRouter
)
Vue
.
use
(
VueRouter
)
...
@@ -78,11 +78,11 @@ const routes = [
...
@@ -78,11 +78,11 @@ const routes = [
name
:
'quickSendGame'
,
name
:
'quickSendGame'
,
component
:
quickSendGame
component
:
quickSendGame
},
},
{
//
{
path
:
'/taskList'
,
//
path: '/taskList',
name
:
'taskList'
,
//
name: 'taskList',
component
:
taskList
//
component: taskList
},
//
},
{
{
path
:
'/login'
,
path
:
'/login'
,
name
:
'login'
,
name
:
'login'
,
...
...
src/views/components/skill/skillCompany.vue
浏览文件 @
eeb3ac9e
...
@@ -534,7 +534,7 @@ export default {
...
@@ -534,7 +534,7 @@ export default {
margin
-
top
:
20
px
;
margin
-
top
:
20
px
;
}
}
.
tagList
{
.
tagList
{
width
:
1
0
0
px
;
width
:
1
5
0
px
;
height
:
100
%
;
height
:
100
%
;
position
:
relative
;
position
:
relative
;
border
-
right
:
1
px
solid
#
e0e0e0
;
border
-
right
:
1
px
solid
#
e0e0e0
;
...
...
src/views/components/skill/skillLibrary.vue
浏览文件 @
eeb3ac9e
...
@@ -439,7 +439,7 @@ export default {
...
@@ -439,7 +439,7 @@ export default {
}
}
.tagList
{
.tagList
{
width
:
1
00px
;
width
:
2
00px
;
height
:
100%
;
height
:
100%
;
position
:
relative
;
position
:
relative
;
border-right
:
1px
solid
#e0e0e0
;
border-right
:
1px
solid
#e0e0e0
;
...
...
src/views/components/skill/skillPersonal.vue
浏览文件 @
eeb3ac9e
...
@@ -531,7 +531,7 @@ export default {
...
@@ -531,7 +531,7 @@ export default {
margin
-
top
:
20
px
;
margin
-
top
:
20
px
;
}
}
.
tagList
{
.
tagList
{
width
:
1
0
0
px
;
width
:
1
4
0
px
;
height
:
100
%
;
height
:
100
%
;
position
:
relative
;
position
:
relative
;
border
-
right
:
1
px
solid
#
e0e0e0
;
border
-
right
:
1
px
solid
#
e0e0e0
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论