章节管理新增语言切换和上传并拆分文章附件的功能

This commit is contained in:
liuyuan
2025-01-26 09:38:37 +08:00
parent e50b0ef678
commit ccffb7be6b
12 changed files with 205 additions and 31 deletions

View File

@@ -5,13 +5,10 @@
window.SITE_CONFIG = {};
// api接口请求地址
// window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb';//张川川
// window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb';
// window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境11
window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
// window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.110:9200/pb';//磊哥
// window.SITE_CONFIG['baseUrl'] = 'http://59.110.212.44:9200/pb';
// window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb';
//window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境11
window.SITE_CONFIG['baseUrl'] = 'https://global.nuttyreading.com'; //线上
//window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; //线上正式环境
//window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9300/pb'; //zcc
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名