This commit is contained in:
yziiy
2025-08-14 11:26:34 +08:00
parent e33b97fc90
commit f66cc10bf2
20 changed files with 834 additions and 817 deletions

View File

@@ -3,13 +3,11 @@
// http://chat.qxmier.com
// http://vschat.qxmier.com
const BASE_URL="http://chat.qxmier.com";
//api 请求路径 测试
// const BASE_URL="https://h5.qxcms.com/api";
const PRIMARY_BGURL = "https://vespa.qxmier.com/image/fy_bg.jpg";
//IM app_key
const IM_APP_TOKEN="67962a777e2b13bc6a4bde3ccd389d1e";
export {
export default {
BASE_URL,
IM_APP_TOKEN
IM_APP_TOKEN,
PRIMARY_BGURL
}