开放文件前缀设置

This commit is contained in:
xjiangyan 2023-03-14 10:29:18 +08:00
parent 536f4e0aee
commit ea657e4a82
3 changed files with 5 additions and 4 deletions

View File

@ -148,10 +148,6 @@
})
},
majorOFDFile: function (isAuto, callback) {
var formData = {
"isAuto": isAuto,
"pid": this.clientId
}
var that = this
var xhr = new XMLHttpRequest();
xhr.open('GET', this.url + "/majorOfdFile?pid=" + that.clientId + "&isAuto=" + isAuto, true);

View File

@ -26,6 +26,7 @@ new Vue({
splitImage: 0,//图像分割 0 disable 1垂直分割 2 水平分割
noiseDetachEnable: true,//去除噪点 scanner
noiseDetach: 15,//噪点阈值 10-50 scanner
prefix: '',
upload: {//上传参数
uploadMode: 2,//是否边扫边上传 0http 1ftp 2:不上传
httpUrl: '',//上传地址

View File

@ -352,6 +352,10 @@
<el-option label="600" value="600"></el-option>
</el-select>
</el-form-item>
<el-form-item label="文件前缀">
<el-input v-model="form.prefix"
placeholder="默认前缀"></el-input>
</el-form-item>
</el-tab-pane>
<el-tab-pane label="上传参数" name="2">