Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap 3 years ago
parent
commit
2c693884c3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/modelmanage/convertshowinfo.tmpl

+ 2
- 2
templates/repo/modelmanage/convertshowinfo.tmpl View File

@@ -487,8 +487,8 @@ td, th {
$(document).ready(function(){
let url = window.location.href;
let urlArr = url.split('/')
userName = urlArr.slice(-5)[0]
repoPath = urlArr.slice(-4)[0]
userName = urlArr.slice(-4)[0]
repoPath = urlArr.slice(-3)[0]
console.log("userName=" + userName + " repoPath=" + repoPath);
})
function stopBubbling(e) {


Loading…
Cancel
Save