提交
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user