config.js 105 B

12345
  1. /* 配置文件 */
  2. const config = {
  3. img_path: '../static/image/',//图片路径
  4. }
  5. export default config;