Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-training-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-training-new
Commits
2f216f54
提交
2f216f54
authored
10月 12, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update: 删除console
上级
8a218e55
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
0 行增加
和
12 行删除
+0
-12
AppMenu.vue
src/components/base/AppMenu.vue
+0
-2
case.vue
src/components/caseSelect/case.vue
+0
-1
product.vue
src/components/caseSelect/product.vue
+0
-1
Upload.vue
src/components/upload/Upload.vue
+0
-1
DouYin.vue
src/modules/market-tools/components/DouYin.vue
+0
-4
Compares.vue
src/modules/product-analysis/components/Compares.vue
+0
-1
Index.vue
src/modules/product-analysis/views/Index.vue
+0
-1
Result.vue
src/modules/product-analysis/views/Result.vue
+0
-1
没有找到文件。
src/components/base/AppMenu.vue
浏览文件 @
2f216f54
...
@@ -55,13 +55,11 @@ export default {
...
@@ -55,13 +55,11 @@ export default {
// }
// }
// },
// },
selectProducts
()
{
selectProducts
()
{
console
.
log
(
2222
)
this
.
$confirm
(
'切换案例,当前填写的内容不会保存'
,
'提示'
,
{
this
.
$confirm
(
'切换案例,当前填写的内容不会保存'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
type
:
'warning'
}).
then
(()
=>
{
}).
then
(()
=>
{
// console.log(1111)
// this.$router.push({ path: '/product-analysis' })
// this.$router.push({ path: '/product-analysis' })
this
.
visible
=
true
this
.
visible
=
true
}).
catch
(()
=>
{})
}).
catch
(()
=>
{})
...
...
src/components/caseSelect/case.vue
浏览文件 @
2f216f54
...
@@ -62,7 +62,6 @@ export default {
...
@@ -62,7 +62,6 @@ export default {
this
.
selectCase
()
this
.
selectCase
()
})
})
}
}
// console.log(this.$store.state.case, '1231')
},
},
selectConfirm
()
{
selectConfirm
()
{
const
data
=
this
.
caseList
.
find
(
item
=>
{
return
item
.
id
===
this
.
caseSelect
})
const
data
=
this
.
caseList
.
find
(
item
=>
{
return
item
.
id
===
this
.
caseSelect
})
...
...
src/components/caseSelect/product.vue
浏览文件 @
2f216f54
...
@@ -25,7 +25,6 @@ export default {
...
@@ -25,7 +25,6 @@ export default {
}
}
},
},
mounted
()
{
mounted
()
{
// console.log(this.$store.state.case, '123')
},
},
methods
:
{
methods
:
{
handleClick
(
item
)
{
handleClick
(
item
)
{
...
...
src/components/upload/Upload.vue
浏览文件 @
2f216f54
...
@@ -105,7 +105,6 @@ export default {
...
@@ -105,7 +105,6 @@ export default {
resolve
(
true
)
resolve
(
true
)
})
})
.
catch
(
err
=>
{
.
catch
(
err
=>
{
console
.
log
(
err
)
reject
(
err
)
reject
(
err
)
})
})
})
})
...
...
src/modules/market-tools/components/DouYin.vue
浏览文件 @
2f216f54
...
@@ -130,7 +130,6 @@ export default {
...
@@ -130,7 +130,6 @@ export default {
this
.
$message
({
message
:
'请在发布视频完善信息'
,
type
:
'warning'
})
this
.
$message
({
message
:
'请在发布视频完善信息'
,
type
:
'warning'
})
return
false
return
false
}
}
console
.
log
(
this
.
dataIndex
,
'123'
)
if
(
this
.
dataIndex
!==
4
)
{
if
(
this
.
dataIndex
!==
4
)
{
this
.
$message
({
message
:
'请完成当前步骤'
,
type
:
'warning'
})
this
.
$message
({
message
:
'请完成当前步骤'
,
type
:
'warning'
})
return
false
return
false
...
@@ -152,12 +151,10 @@ export default {
...
@@ -152,12 +151,10 @@ export default {
},
},
// 保存报告
// 保存报告
cacheReport
()
{
cacheReport
()
{
console
.
log
(
this
.
form
)
const
commitReport
=
[
const
commitReport
=
[
this
.
form
,
this
.
form
,
{
steps
:
this
.
stepsIndex
,
registerIndex
:
this
.
registerIndex
,
dataIndex
:
this
.
dataIndex
}
{
steps
:
this
.
stepsIndex
,
registerIndex
:
this
.
registerIndex
,
dataIndex
:
this
.
dataIndex
}
]
]
console
.
log
(
commitReport
,
'=123'
)
const
param
=
{
type
:
1
,
commit_report
:
commitReport
}
const
param
=
{
type
:
1
,
commit_report
:
commitReport
}
cacheReport
(
this
.
cases
.
id
,
{
reports
:
JSON
.
stringify
(
param
)
})
cacheReport
(
this
.
cases
.
id
,
{
reports
:
JSON
.
stringify
(
param
)
})
.
then
(
res
=>
{
.
then
(
res
=>
{
...
@@ -213,7 +210,6 @@ export default {
...
@@ -213,7 +210,6 @@ export default {
this
.
registerText
=
sty
.
text
this
.
registerText
=
sty
.
text
},
},
input
(
url
)
{
input
(
url
)
{
console
.
log
(
url
)
}
}
}
}
}
}
...
...
src/modules/product-analysis/components/Compares.vue
浏览文件 @
2f216f54
...
@@ -62,7 +62,6 @@ export default {
...
@@ -62,7 +62,6 @@ export default {
}
}
},
},
created
()
{
created
()
{
console
.
log
(
this
.
data
.
completions
[
0
].
is_correct
,
'=123456'
)
if
(
this
.
firstItem
.
commit_answer
!==
''
)
{
if
(
this
.
firstItem
.
commit_answer
!==
''
)
{
this
.
inputList
=
[]
this
.
inputList
=
[]
this
.
firstItem
.
commit_answer
.
split
(
';'
).
forEach
(
item
=>
{
this
.
firstItem
.
commit_answer
.
split
(
';'
).
forEach
(
item
=>
{
...
...
src/modules/product-analysis/views/Index.vue
浏览文件 @
2f216f54
...
@@ -27,7 +27,6 @@ export default {
...
@@ -27,7 +27,6 @@ export default {
}
}
},
},
mounted
()
{
mounted
()
{
console
.
log
(
this
.
$store
.
state
.
case
,
'123'
)
},
},
methods
:
{
methods
:
{
handleClick
(
item
)
{
handleClick
(
item
)
{
...
...
src/modules/product-analysis/views/Result.vue
浏览文件 @
2f216f54
...
@@ -42,7 +42,6 @@ export default {
...
@@ -42,7 +42,6 @@ export default {
}
,
}
,
methods
:
{
methods
:
{
errorResolution
(
data
)
{
errorResolution
(
data
)
{
console
.
log
(
data
)
if
(
data
.
tag
===
'performance_benchmark'
)
{
if
(
data
.
tag
===
'performance_benchmark'
)
{
const
replaceData
=
data
.
completions
[
0
].
commit_answer
.
replace
(
/,/g
,
'×'
).
replace
(
/;/g
,
'+'
)
const
replaceData
=
data
.
completions
[
0
].
commit_answer
.
replace
(
/,/g
,
'×'
).
replace
(
/;/g
,
'+'
)
data
.
completions
[
0
].
commit_answer
=
replaceData
data
.
completions
[
0
].
commit_answer
=
replaceData
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论