From 9a3baab049df4a32a7b724c5f24cecdbc3e469b6 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 05 六月 2025 09:37:25 +0800 Subject: [PATCH] 图片名字更新 --- src/assets/js/config.js | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/assets/js/config.js b/src/assets/js/config.js index f541cdd..4a85c7b 100644 --- a/src/assets/js/config.js +++ b/src/assets/js/config.js @@ -3,20 +3,21 @@ export let goodsStore = ""; // 璇锋眰鏁欐潗閰嶇疆淇℃伅 const getBookConfig = async (ctx) => { - const response = await axios.get( - ctx + "/bookConfig.json" - ); + const response = await axios.get(ctx + "/bookConfig.json"); return response.data; }; + +export const appId = 0; export const requestTimeOut = 300000; // 璇锋眰瓒呮椂鏃堕棿 export const tokenKey = "token"; -// export const tokenKey = "website-front-token" +// export const tokenKey = "website-front-token" const config = { activeBook, requestTimeOut, tokenKey, goodsStore, - getBookConfig + appId, + getBookConfig, }; export default config; -- Gitblit v1.9.1