This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge branch 'zouap_static' of
https://git.openi.org.cn/OpenI/aiforge
into zouap_static
tags/v1.22.11.2^2
zouap
3 years ago
parent
ac62fccfa2
73ffb17ff0
commit
d6419e5304
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
web_src/vuepages/pages/modelmanage/local/modelmanage-local-create-1.vue
+ 1
- 1
web_src/vuepages/pages/modelmanage/local/modelmanage-local-create-1.vue
View File
@@ -169,7 +169,7 @@ export default {
list.pop();
list.push('create_local_model_2');
window.location.href = list.join('/') + '?type=0&name=' + encodeURIComponent(this.state.name) + '&id=' + res.id;
} if (res && res.code == '-1') {
}
else
if (res && res.code == '-1') {
this.$message({
type: 'error',
message: res.msg,
Write
Preview
Loading…
Cancel
Save