11.26 修改K线图样式

This commit is contained in:
尚政杰
2025-11-26 17:19:38 +08:00
parent 48f49c6cf0
commit 4e64455b9b
4803 changed files with 146408 additions and 648 deletions

View File

@@ -2,11 +2,13 @@
let baseURL = ''
if (process.env.NODE_ENV==='development') {
// baseURL = 'https://valuefrontier.cn'
baseURL = 'http://43.143.189.195:5002'
// baseURL = 'https://app.valuefrontier.cn:5002'
baseURL = 'https://api.valuefrontier.cn:5002'
// baseURL = 'http://43.143.189.195:5002'
} else{
// baseURL = 'https://valuefrontier.cn'
baseURL = 'http://43.143.189.195:5002'
// baseURL = 'https://app.valuefrontier.cn:5002'
baseURL = 'https://api.valuefrontier.cn:5002'
// baseURL = 'http://43.143.189.195:5002'
}
export function getBaseURL() {