global.js 173 B

12345678
  1. export default {
  2. data() {
  3. return {
  4. // 静态资源路径
  5. staticUrl: 'https://static.caimei365.com/app/mini-hehe/icon/'
  6. }
  7. }
  8. }