| | |
| | | if (!val || !val.length) return; |
| | | var formData = new FormData(); |
| | | formData.append("file0", val[0]); |
| | | var res = $.ajax(serverUrl + "Style/Upload", { |
| | | var res = $.ajax( + "/style/upload", { |
| | | type: "post", |
| | | data: formData, |
| | | async: false, |
| | |
| | | if (!val || !val.length) return; |
| | | var formData = new FormData(); |
| | | formData.append("file0", val[0]); |
| | | var res = $.ajax(serverUrl + "Style/Upload", { |
| | | var res = $.ajax(BASE_URL + "/style/upload", { |
| | | type: "post", |
| | | data: formData, |
| | | async: false, |
| | |
| | | }, |
| | | // 获取多选 |
| | | |
| | | ShowWindowFly(res) { |
| | | window.open( |
| | | ifreamUrl + "/LFWeb/poper.html?name=" + res, |
| | | "", |
| | | "height=800, width=1500, top=150, left=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no" |
| | | ); |
| | | }, |
| | | // ShowWindowFly(res) { |
| | | // window.open( |
| | | // ifreamUrl + "/LFWeb/poper.html?name=" + res, |
| | | // "", |
| | | // "height=800, width=1500, top=150, left=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no" |
| | | // ); |
| | | // }, |
| | | catalogChange(res) { |
| | | this.insertform.dirid = res; |
| | | this.upform.dirid =res; |