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
513 B
12 lines
513 B
module.exports = {
|
|
// 网站标题
|
|
PAGE_TITLE: "7UP PAY absolute_logo",
|
|
// 网站图标资源(图片资源)
|
|
PAGE_LOGO_URI: "https://cdn-static.sspai.com/favicon/sspai.ico",
|
|
// 登录页面标题
|
|
SIGN_UP_TITLE: "7UP PAY 后台系统 来自 absolute_logo",
|
|
// 侧边栏图片资源(图片资源)
|
|
SIDEBAR_TITLE_IMAGE_URI: "https://cdn.sspai.com/2023/3/21/article/8dfc0f27-9889-8665-6b65-c69e8c81aa9d.png",
|
|
// 侧边栏标题
|
|
SIDEBAR_TITLE: "7UP PAY 来自 absolute_logo",
|
|
}
|