config.js 125 B

12345678
  1. import * as Config from '../config/config.js'
  2. let baseUrl =Config.baseUrl+'/addons/yunexamine'
  3. export default {
  4. baseUrl
  5. }