链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
465 B

  1. <?php
  2. namespace App\Admin\Common;
  3. class LinkUrl
  4. {
  5. /**
  6. * js
  7. */
  8. const VUE_JS = 'https://cdn.jsdelivr.net/npm/vue';
  9. const ELEMENT_UI_JS = 'https://unpkg.com/element-ui/lib/index.js';
  10. const API_GL_JS = 'https://map.qq.com/api/gljs?v=1.exp&key=7NSBZ-ETU3O-CW6WN-S3YM5-KERR5-RQBHS';
  11. /**
  12. * css
  13. */
  14. const ELEMENT_UI_CSS="https://unpkg.com/element-ui/lib/theme-chalk/index.css";
  15. const DETAIL_CSS = 'css/detail.css';
  16. }