更新:修改开发服务器的主机地址,优化用户模块的表格功能,增加排序和搜索功能,更新静态配置的API地址

This commit is contained in:
2026-05-09 14:48:27 +08:00
parent bc641cddad
commit fd5655824d
3 changed files with 53 additions and 10 deletions

View File

@@ -6,9 +6,9 @@
// api接口请求地址
// 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
// window.SITE_CONFIG['baseUrl'] = 'https://global.nuttyreading.com'; // 线上
// window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; // 线上正式环境
window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.131:9300/pb'; // zcc
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名