config.js 171 B

1234567891011
  1. /**
  2. * 本项目只有这里修改相应配置信息
  3. */
  4. const config={
  5. "navTitleStyle":"font-weight:620;font-family: PingFang SC;"
  6. };
  7. export default{
  8. config:config
  9. }