This commit is contained in:
2025-03-26 15:05:27 +08:00
parent 3ce099e454
commit 9fb503757a
10 changed files with 401 additions and 181 deletions

View File

@@ -2,12 +2,12 @@
//记得切换
//正式
// 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';

View File

@@ -412,6 +412,9 @@ Information:'Fill in information',
},
Formula:{
FormulaTemplate:'Formula Template'
}
}

View File

@@ -405,6 +405,9 @@ const zh = {
},
Formula:{
FormulaTemplate:'公式模版'
}
}