vd/frontend/public/config.js
2020-03-31 19:04:13 +08:00

11 lines
380 B
JavaScript

var CONFIG = {
title: '流量卡BOSS管理平台',
login_background: '/assets/login_background.jpg',
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/' : '/'
};
window.CONFIG = CONFIG;