海南旅游SAAS
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.

26 lines
553 B

4 years ago
  1. <?php
  2. namespace App\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 ELEMENT_UI_JS = 'js/element.js';
  11. const API_GL_JS = 'https://map.qq.com/api/gljs?v=1.exp&key=7NSBZ-ETU3O-CW6WN-S3YM5-KERR5-RQBHS';
  12. /**
  13. * css
  14. */
  15. const ELEMENT_UI_CSS="https://unpkg.com/element-ui/lib/theme-chalk/index.css";
  16. //const ELEMENT_UI_CSS="css/element.css";
  17. const DETAIL_CSS = 'css/detail.css';
  18. }