config.js 110 B

123456789
  1. /**
  2. * 本项目只有这里修改相应配置信息
  3. */
  4. const config={};
  5. export default{
  6. config:config,
  7. }