This commit is contained in:
2025-01-02 10:44:07 +08:00
parent 33709c76be
commit b3c77526a7
24 changed files with 2153 additions and 259 deletions

View File

@@ -2,12 +2,17 @@
//记得切换
//正式
// const mediaUrl = '/public/';
// const baseUrl = '/';
const mediaUrl = '/public/';
const baseUrl = '/';
const mediaUrl = 'https://submission.tmrjournals.com/public/';
const baseUrl = '/api';
// const mediaUrl = 'https://submission.tmrjournals.com/public/';
// const baseUrl = '/api';
const paypalInfo= {
sandbox: 'ARyoAhBNlTMDEBb6QvJYmK0gA4cfSS6WY0Vr2uJhX3NOe7V9qVCJuNwuRHRO09WGcTgS5AkuTIgRZDcx',//沙盒环境
production: ''
}
//本地(正式环境 )
@@ -27,6 +32,7 @@ const baseUrl = '/api';
export default {
baseUrl,
mediaUrl,
paypalInfo
};
</script>