测试环境请求域名修改

This commit is contained in:
zhouhq@fxft.net 2020-04-03 17:10:44 +08:00
parent d07c5c1b80
commit ea23833bf3

View File

@ -4,7 +4,7 @@ var CONFIG = {
logo_big: '/assets/logo_big.png',
logo_small: '/assets/logo_small.png',
url: (window.location.hostname === 'localhost') ? 'http://vd.dipp.ink/' : '/',
ascsUrl: (window.location.hostname === 'localhost') ? 'http://172.16.14.91:8080/' : '/'
ascsUrl: (window.location.hostname === 'localhost') ? 'http://172.16.14.91:8080/' : 'http://172.16.14.91:8080/'
};
//http://vd.dipp.ink/
//http://127.0.0.1:8000/