mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
新增测评
This commit is contained in:
@@ -538,6 +538,16 @@
|
||||
},
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/evaluationupload") !== -1 || n.indexOf("/EvaluationUpload") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
name: "测评",
|
||||
},
|
||||
{
|
||||
name: '测评上传'
|
||||
}
|
||||
];
|
||||
}
|
||||
if (n.indexOf("/download") !== -1 || n.indexOf("/download") !== -1) {
|
||||
state.list = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user