初始化
This commit is contained in:
@@ -18,13 +18,13 @@ const modulesApiBase =
|
||||
process.env.MODULES_API_URL ||
|
||||
process.env.NUXT_PUBLIC_CMS_API_BASE ||
|
||||
process.env.API_BASE ||
|
||||
'https://mp-api.websoft.top/api'
|
||||
'https://cms-api.websoft.top/api'
|
||||
const appApiBase =
|
||||
process.env.NUXT_PUBLIC_APP_API_BASE ||
|
||||
'https://websopy-api.websoft.top'
|
||||
'https://cms-api.websoft.top'
|
||||
const mpApiBase =
|
||||
process.env.NUXT_PUBLIC_MP_API_BASE ||
|
||||
'https://mp-api.websoft.top'
|
||||
'https://cms-api.websoft.top'
|
||||
const fileServerBase =
|
||||
process.env.NUXT_PUBLIC_FILE_SERVER_BASE ||
|
||||
process.env.FILE_SERVER_BASE ||
|
||||
|
||||
Reference in New Issue
Block a user