4 changed files with 39 additions and 9 deletions
@ -0,0 +1,11 @@ |
|||||
|
// 开发
|
||||
|
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'
|
Loading…
Reference in new issue