mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 17:35:53 +08:00
添加注释,删除无用代码
This commit is contained in:
@@ -83,11 +83,11 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
accessToken: {},
|
||||
currentValue: this.value,
|
||||
loading: false,
|
||||
viewImage: false,
|
||||
uploadFileUrl: uploadFile
|
||||
accessToken: {}, // 验证token
|
||||
currentValue: this.value, // 当前值
|
||||
loading: false, // 加载状态
|
||||
viewImage: false, // 预览图片modal
|
||||
uploadFileUrl: uploadFile // 上传地址
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user