diff --git a/config/api.config.js b/config/api.config.js index 4c041d3..85c6e65 100644 --- a/config/api.config.js +++ b/config/api.config.js @@ -11,6 +11,16 @@ const apisMap = { VDITOR: 'https://static.rymcu.com/vditor@3.8.14/', VDITOR_CSS: 'https://static.rymcu.com/vditor@3.8.14/dist/css/content-theme' }, + test: { + FE: 'https://test.rymcu.com', + BASE: 'https://test.rymcu.com', + CDN: 'https://static.rymcu.com', + PROXY: 'https://static.rymcu.com/proxy', + SOCKET: 'https://test.rymcu.com/wss', + GRAVATAR: 'https://static.rymcu.com/avatar', + VDITOR: 'https://static.rymcu.com/vditor@3.8.14/', + VDITOR_CSS: 'https://static.rymcu.com/vditor@3.8.14/dist/css/content-theme' + }, production: { FE: 'https://rymcu.com', BASE: 'https://rymcu.com',