更新
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import config from '@/until/config.js';
|
||||
// import config from '@/until/config.js';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
httpUrl: null,
|
||||
httpUrl: 'https://md.xscmmidi.site',
|
||||
fileList: []
|
||||
}
|
||||
},
|
||||
@@ -17,9 +17,9 @@
|
||||
this.$emit('changeImageList',this.fileList)
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.httpUrl = config.BASE_URL
|
||||
},
|
||||
// onLoad() {
|
||||
// this.httpUrl = config.BASE_URL
|
||||
// },
|
||||
methods: {
|
||||
// 选择文件回调
|
||||
select(e) {
|
||||
|
||||
Reference in New Issue
Block a user