@@ -14,7 +14,7 @@
style="width: 100%"
>
<el-table-column
- prop="ossTypeStr"
+ prop="ossType"
label="存储类型"
/>
@@ -127,7 +127,6 @@ export default {
}
},
created() {
- document.title = '文件存储配置'
this.getData()
mounted() {