You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
443 B
11 lines
443 B
7 months ago
|
// 开发
|
||
|
window.SITE_CONFIG['config_ip'] = 'http://192.168.0.228'
|
||
|
window.SITE_CONFIG['config_auth_port'] = '7696'
|
||
|
window.SITE_CONFIG['config_public_port'] = '7692'
|
||
|
window.SITE_CONFIG['config_backend_port'] = '7692'
|
||
|
|
||
|
// 发布
|
||
|
// window.SITE_CONFIG['config_ip'] = 'http://192.168.0.68'
|
||
|
// window.SITE_CONFIG['config_auth_port'] = '8066'
|
||
|
// window.SITE_CONFIG['config_public_port'] = '8092'
|
||
|
// window.SITE_CONFIG['config_backend_port'] = '8092'
|