Browse Source

——

master
chenx 2 years ago
parent
commit
5218e61601
2 changed files with 2 additions and 18 deletions
  1. 1
    9
      view/admin/src/components/map/map.vue
  2. 1
    9
      view/store/src/components/map/map.vue

+ 1
- 9
view/admin/src/components/map/map.vue View File

@@ -5,15 +5,7 @@
</template>

<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------

import { TMap } from "./index";
export default {
props: {

+ 1
- 9
view/store/src/components/map/map.vue View File

@@ -5,15 +5,7 @@
</template>

<script>
// +----------------------------------------------------------------------
// | CRMEB [ CRMEB赋能开发者,助力企业发展 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权
// +----------------------------------------------------------------------
// | Author: CRMEB Team <admin@crmeb.com>
// +----------------------------------------------------------------------

import { TMap } from "./index";
export default {
props: {

Loading…
Cancel
Save