zhongshujie
6 天以前 bb584963c6abe77c5577cbcad3c9956b69444ae9
src/assets/js/config.js
@@ -7,6 +7,12 @@
  return response.data;
};
// 请求教材资源信息
const getBookResources =  async (ctx) => {
  const response = await axios.get(ctx + "/bookResources.json");
  return response.data;
};
export const appId = 0;
export const requestTimeOut = 300000; // 请求超时时间
export const tokenKey = "token";
@@ -19,5 +25,6 @@
  goodsStore,
  appId,
  getBookConfig,
  getBookResources,
};
export default config;