链街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.

21 lines
363 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. /**
  11. * css
  12. */
  13. const ELEMENT_UI_CSS="https://unpkg.com/element-ui/lib/theme-chalk/index.css";
  14. const DETAIL_CSS = 'css/detail.css';
  15. }