打包编译

This commit is contained in:
zhouhq@fxft.net 2020-04-03 17:11:37 +08:00
parent ea23833bf3
commit 149210b93e

View File

@ -4,7 +4,7 @@ var CONFIG = {
logo_big: '/assets/logo_big.png', logo_big: '/assets/logo_big.png',
logo_small: '/assets/logo_small.png', logo_small: '/assets/logo_small.png',
url: (window.location.hostname === 'localhost') ? 'http://vd.dipp.ink/' : '/', 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://vd.dipp.ink/
//http://127.0.0.1:8000/ //http://127.0.0.1:8000/