This commit is contained in:
liuyuan
2025-07-21 13:00:58 +08:00
parent 9ba542465b
commit 3e40db6eb5
6 changed files with 2353 additions and 10 deletions

View File

@@ -5,9 +5,9 @@
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com';
// window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com';
// window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com';
// window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb';
window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb';
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名

View File

@@ -5,8 +5,8 @@
window.SITE_CONFIG = {};
// api接口请求地址
window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
// window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川
// window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9200/pb'; //川
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名