zhongshujie
2025-06-04 4050f239096536218b530a03766c80c8ff98aa1d
src/assets/js/config.js
@@ -6,6 +6,8 @@
  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"
@@ -15,6 +17,7 @@
  requestTimeOut,
  tokenKey,
  goodsStore,
  appId,
  getBookConfig,
};
export default config;