|
|
@@ -16,7 +16,7 @@
|
|
|
:on-exceed="handleExceed"
|
|
|
:limit="limit"
|
|
|
>
|
|
|
- <el-button>选取{{ labelText }}文件</el-button>
|
|
|
+ <el-button>{{ type === 'h5_games' ? '选择Zip压缩包或单个html文件' : '选取' + labelText + '文件' }}</el-button>
|
|
|
</el-upload>
|
|
|
<el-button size="small" type="primary" @click="uploadFiles">上传</el-button>
|
|
|
<el-button size="small" type="primary" @click="useResource">使用资源</el-button>
|