20 lines
473 B
JavaScript
20 lines
473 B
JavaScript
module.exports = {
|
|
appVersion: "9.9.8",
|
|
|
|
brandName: "天英超级IP智能体",
|
|
brandSlogan: "Smoke",
|
|
brandShortName: "IP",
|
|
brandDisplayName: "天英超级IP智能体",
|
|
|
|
qrcodePath: "./oem-assets/qrcode.png",
|
|
logoPath: "./oem-assets/logo.png",
|
|
iconPath: "./oem-assets/icon.png",
|
|
loginBgPath: "./oem-assets/login-bg.png",
|
|
|
|
apiBaseUrl: "http://49.233.157.120:3002/api",
|
|
|
|
website: "",
|
|
websiteGithub: "",
|
|
websiteGitee: "",
|
|
};
|