This commit is contained in:
2025-01-02 10:56:43 +08:00
25 changed files with 2509 additions and 254 deletions

View File

@@ -10,6 +10,7 @@ const baseUrl = '/';
// const baseUrl = '/api';
//本地(正式环境 )
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
@@ -28,5 +29,6 @@ export default {
baseUrl,
mediaUrl,
};
</script>