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.
12 lines
360 B
12 lines
360 B
module.exports = {
|
|
// 网站标题
|
|
PAGE_TITLE: "7UP PAY",
|
|
// 网站图标资源(图片资源)
|
|
PAGE_LOGO_URI: "/favicon.ico",
|
|
// 登录页面标题
|
|
SIGN_UP_TITLE: "7up-pay 后台系统",
|
|
// 侧边栏图片资源(图片资源)
|
|
SIDEBAR_TITLE_IMAGE_URI: "file:logo/logo.png",
|
|
// 侧边栏标题
|
|
SIDEBAR_TITLE: "7UP PAY",
|
|
}
|