This commit is contained in:
yziiy
2025-09-22 16:24:41 +08:00
parent 4e5cd87cad
commit 3ab6aa6edb
28 changed files with 7965 additions and 261 deletions

View File

@@ -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) {