logo目录调整

This commit is contained in:
fofolee
2022-04-15 16:43:07 +08:00
parent 0c563e3051
commit 8794a02f39
18 changed files with 2 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ export default {
this.$refs.editor.setEditorLanguage(highlight ? highlight : language);
},
getLanguageIcon(program) {
return `logo/${program}.png`;
return `img/logo/${program}.png`;
},
// 打开文档
showHelp() {