配置html 路径
This commit is contained in:
parent
b76c059415
commit
fb2128207f
|
|
@ -32,7 +32,7 @@ function changeData(that, type) {
|
|||
src = "proQualityAnalysis.html";
|
||||
} else if (type == 2) {
|
||||
// 工程安全分析
|
||||
src = "";
|
||||
src = "engineeringSafetyAnalysis.html";
|
||||
} else if (type == 3) {
|
||||
// 工程进度分析
|
||||
src = "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue