Browse Source

上传bug修改及打包ip路径修改

master
aBin 3 years ago
parent
commit
1a5664a3d6
  1. 6
      .env.production
  2. BIN
      dist.zip
  3. 17382
      package-lock.json
  4. 8
      public/index.html
  5. 1
      src/common/element-ui/index.css
  6. 1
      src/common/element-ui/index.js
  7. 4
      src/components/LeftNav/LeftNav.vue
  8. 4
      src/components/ListPage/ListPage.vue
  9. 2
      src/components/RichText/Relevant.vue
  10. BIN
      src/components/Swiper/12161826h0wn.png
  11. BIN
      src/components/Swiper/12161929r5yn.png
  12. BIN
      src/components/Swiper/12165116hyzk.jpg
  13. BIN
      src/components/Swiper/16142231sj9o.png
  14. BIN
      src/components/Swiper/202002aq6kc8k.jpg
  15. BIN
      src/components/Swiper/202002b3uj26g.jpg
  16. BIN
      src/components/Swiper/202002v3v5yd6.jpg
  17. BIN
      src/components/Swiper/202101u3iyezo.jpg
  18. BIN
      src/components/Swiper/202112az612x1.jpg
  19. BIN
      src/components/Swiper/202112fp79zan.jpg
  20. BIN
      src/components/Swiper/202112r7pla5f.jpg
  21. BIN
      src/components/Swiper/2022014kr8j6i.jpg
  22. BIN
      src/components/Swiper/202201b6nzef3.jpg
  23. BIN
      src/components/Swiper/202201m9dw0ex.jpg
  24. BIN
      src/components/Swiper/202201xhqhoby.jpg
  25. BIN
      src/components/Swiper/2022022o1eq2g.jpg
  26. BIN
      src/components/Swiper/202202k93plta.png
  27. BIN
      src/components/Swiper/202202l9bv7pb.jpg
  28. BIN
      src/components/Swiper/202202nklc67z.png
  29. BIN
      src/components/Swiper/202202uldxmwp.jpg
  30. BIN
      src/components/Swiper/21143225v44y.png
  31. BIN
      src/components/Swiper/30104718wqlk.jpg
  32. BIN
      src/components/Swiper/30110311ncrr.jpg
  33. BIN
      src/components/Swiper/301132181o9v.jpg
  34. BIN
      src/components/Swiper/30142600bbxr.jpg
  35. 100
      src/components/Swiper/Swiper.vue
  36. 82
      src/components/Swiper/certify.css
  37. 5
      src/components/Swiper/desktop.ini
  38. 92
      src/components/Swiper/index.js
  39. 100
      src/components/Swiper/jquery.js
  40. 12
      src/components/Swiper/swiper.css
  41. 8124
      src/components/Swiper/swiper.js
  42. 2
      src/main.js
  43. 10
      src/views/NewPages/NewPages.vue
  44. 26
      yarn.lock

6
.env.production

@ -1,10 +1,10 @@
VUE_APP_MODE=production
VUE_APP_NODE_ENV=production
VUE_APP_SCENE=/
VUE_APP_SCENE=/v1.0/datang/
VUE_APP_BASE_URL=http://10.119.190.12:8000
VUE_APP_API_URL=http://10.119.190.12:8000/v1.0
VUE_APP_PROXY_URL=/v1.0
VUE_APP_PUBLIC_PATH=
VUE_APP_MSG_URL=wss://192.168.101.69:8000/websocket/message/v4.0/ws
VUE_APP_PUBLIC_PATH=/v1.0/datang
VUE_APP_MSG_URL=wss://10.119.190.12:8000/websocket/message/v4.0/ws
VUE_APP_TITLE=大唐
VUE_APP_DESCRIPTION=大唐

BIN
dist.zip

Binary file not shown.

17382
package-lock.json

File diff suppressed because it is too large

8
public/index.html

@ -12,11 +12,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="./favicon.png" type="image/x-icon" >
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
<!-- <script src="https://unpkg.com/element-ui/lib/index.js"></script> -->
<!-- <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script> -->
<title>大唐</title>
<script type="text/javascript" src="//api.map.baidu.com/api?v=2.0&ak=KPWvSuCuXmgphVhYM6tVHmlkav3TGpu5"></script>
<!-- <script type="text/javascript" src="//api.map.baidu.com/api?v=2.0&ak=KPWvSuCuXmgphVhYM6tVHmlkav3TGpu5"></script> -->
</head>
<body>
<noscript>

1
src/common/element-ui/index.css

File diff suppressed because one or more lines are too long

1
src/common/element-ui/index.js

File diff suppressed because one or more lines are too long

4
src/components/LeftNav/LeftNav.vue

@ -64,9 +64,7 @@ export default {
}
if (!url) {
if (this.code && code !== this.code) {
this.$router.push({
query: { code: childCode },
});
this.$router.push({ query: { code: childCode } });
this.$emit('chanegCode', code);
this.childCode = code;
}

4
src/components/ListPage/ListPage.vue

@ -1,6 +1,6 @@
<template>
<div style="position:relative">
<div class="year-box" v-if="code !== 'search' && yearList.length > 1">
<div class="year-box" v-if="code !== 'search' && code !== '0204'">
<span
:class="item && item.year && year - 0 === item.year - 0 ? 'active' : ''"
v-for="item in yearList"
@ -32,7 +32,7 @@
@click="openPage(item.introId)"
>
<!-- <div> -->
<img v-if="code === '0204'" :src="item.titleUrl" style="width:210px;height:140px" />
<img v-if="code === '0204' || code === '0209' || code === '0210'" :src="item.titleUrl" style="width:210px;height:140px" />
<video v-if="code === '0207'" :src="item.titleUrl" style="width:210px;height:140px" />
<div class="mt-2 one-text" style="width:210px">
<span class="mr-2 one-text">标题: {{ item.title }}</span>

2
src/components/RichText/Relevant.vue

@ -13,7 +13,7 @@
export default {
props: {
data: {
default: {},
default: () => {},
type: Object,
},
},

BIN
src/components/Swiper/12161826h0wn.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

BIN
src/components/Swiper/12161929r5yn.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

BIN
src/components/Swiper/12165116hyzk.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

BIN
src/components/Swiper/16142231sj9o.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

BIN
src/components/Swiper/202002aq6kc8k.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

BIN
src/components/Swiper/202002b3uj26g.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

BIN
src/components/Swiper/202002v3v5yd6.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

BIN
src/components/Swiper/202101u3iyezo.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 686 KiB

BIN
src/components/Swiper/202112az612x1.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

BIN
src/components/Swiper/202112fp79zan.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

BIN
src/components/Swiper/202112r7pla5f.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 KiB

BIN
src/components/Swiper/2022014kr8j6i.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

BIN
src/components/Swiper/202201b6nzef3.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

BIN
src/components/Swiper/202201m9dw0ex.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 KiB

BIN
src/components/Swiper/202201xhqhoby.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

BIN
src/components/Swiper/2022022o1eq2g.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

BIN
src/components/Swiper/202202k93plta.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 KiB

BIN
src/components/Swiper/202202l9bv7pb.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 450 KiB

BIN
src/components/Swiper/202202nklc67z.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 KiB

BIN
src/components/Swiper/202202uldxmwp.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 MiB

BIN
src/components/Swiper/21143225v44y.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

BIN
src/components/Swiper/30104718wqlk.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

BIN
src/components/Swiper/30110311ncrr.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 KiB

BIN
src/components/Swiper/301132181o9v.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 KiB

BIN
src/components/Swiper/30142600bbxr.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 KiB

100
src/components/Swiper/Swiper.vue

@ -1,100 +0,0 @@
<template>
<!-- 中间图片轮播 企业风采-->
<div class="bg-white ">
<div class="width-full bg-white pt40">
<div class="wd1200 mauto bg-firm">
<!-- <img src="assets/banner.png" style="width:100%"> -->
<div id="certify" style="padding-bottom: 20px; overflow: hidden;">
<div class="swiper-container5 pt20 pb15 swiper-container-initialized swiper-container-horizontal">
<div class="swiper-wrapper" style="transition-duration: 0ms; transform: translate3d(-2780px, 0px, 0px);"><div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-next" data-swiper-slide-index="2" style="transform: translateX(3900px) scale(-0.2); z-index: 939; opacity: 0; transition-duration: 0ms;">
<img src="./202002aq6kc8k.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp; 严防严控 全员战</p>
</div>
<div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="3" style="transform: translateX(2860px) scale(0); z-index: 949; opacity: 0; transition-duration: 0ms;">
<img src="./30142600bbxr.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;在春天起航 用奋斗歌唱</p>
</div>
<div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="4" style="transform: translateX(1976px) scale(0.2); z-index: 959; opacity: 0; transition-duration: 0ms;">
<img src="./30110311ncrr.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;企业开放日树品牌展形象</p>
</div>
<div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="5" style="transform: translateX(1248px) scale(0.4); z-index: 969; opacity: 1; transition-duration: 0ms;">
<img src="./30104718wqlk.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;二次创业 做强做优 开启高质量发展新征程</p>
</div>
<div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="6" style="transform: translateX(676px) scale(0.6); z-index: 979; opacity: 1; transition-duration: 0ms;">
<img src="./301132181o9v.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;同心攻坚 砥砺奋进 确保十四五开好局 起好步</p>
</div>
<div class="swiper-slide swiper-slide-prev" data-swiper-slide-index="0" style="transform: translateX(260px) scale(0.8); z-index: 989; opacity: 1; transition-duration: 0ms;">
<img src="./202002v3v5yd6.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;防控疫情 确保电力可靠供应</p>
</div>
<div class="swiper-slide swiper-slide-active" data-swiper-slide-index="1" style="transform: translateX(0px) scale(1); z-index: 999; opacity: 1; transition-duration: 0ms;">
<img src="./202002b3uj26g.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;党旗在防控疫情斗争第一线飘扬</p>
</div>
<div class="swiper-slide swiper-slide-next" data-swiper-slide-index="2" style="transform: translateX(-260px) scale(0.8); z-index: 989; opacity: 1; transition-duration: 0ms;">
<img src="./202002aq6kc8k.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp; 严防严控 全员战</p>
</div>
<div class="swiper-slide" data-swiper-slide-index="3" style="transform: translateX(-676px) scale(0.6); z-index: 979; opacity: 1; transition-duration: 0ms;">
<img src="./30142600bbxr.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;在春天起航 用奋斗歌唱</p>
</div>
<div class="swiper-slide" data-swiper-slide-index="4" style="transform: translateX(-1248px) scale(0.4); z-index: 969; opacity: 1; transition-duration: 0ms;">
<img src="./30110311ncrr.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;企业开放日树品牌展形象</p>
</div>
<div class="swiper-slide" data-swiper-slide-index="5" style="transform: translateX(-1976px) scale(0.2); z-index: 959; opacity: 0; transition-duration: 0ms;">
<img src="./30104718wqlk.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;二次创业 做强做优 开启高质量发展新征程</p>
</div>
<div class="swiper-slide" data-swiper-slide-index="6" style="transform: translateX(-2860px) scale(0); z-index: 949; opacity: 0; transition-duration: 0ms;">
<img src="./301132181o9v.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;同心攻坚 砥砺奋进 确保十四五开好局 起好步</p>
</div>
<div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-prev" data-swiper-slide-index="0" style="transform: translateX(-3900px) scale(-0.2); z-index: 939; opacity: 0; transition-duration: 0ms;">
<img src="./202002v3v5yd6.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;防控疫情 确保电力可靠供应</p>
</div>
<div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-active" data-swiper-slide-index="1" style="transform: translateX(-5096px) scale(-0.4); z-index: 929; opacity: 0; transition-duration: 0ms;">
<img src="./202002b3uj26g.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;党旗在防控疫情斗争第一线飘扬</p>
</div>
<div class="swiper-slide swiper-slide-duplicate swiper-slide-duplicate-next" data-swiper-slide-index="2" style="transform: translateX(-6448px) scale(-0.6); z-index: 919; opacity: 0; transition-duration: 0ms;">
<img src="./202002aq6kc8k.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp; 严防严控 全员战</p>
</div>
<div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="3" style="transform: translateX(-7956px) scale(-0.8); z-index: 909; opacity: 0; transition-duration: 0ms;">
<img src="./30142600bbxr.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;在春天起航 用奋斗歌唱</p>
</div>
<div class="swiper-slide swiper-slide-duplicate" data-swiper-slide-index="4" style="transform: translateX(-9620px) scale(-1); z-index: 899; opacity: 0; transition-duration: 0ms;">
<img src="./30110311ncrr.jpg" class="width-full bdr5" style="height:100%;object-fit: cover;">
<p class="width-full"><span class="span-colour"></span>&nbsp;&nbsp;企业开放日树品牌展形象</p>
</div>
</div>
<div class="swiper-button-prev swiper-button-black" slot="button-prev" style="left: 8px;position: absolute;" tabindex="0" role="button" aria-label="Previous slide"></div>
<div class="swiper-button-next swiper-button-black" slot="button-next" tabindex="0" role="button" aria-label="Next slide"></div>
<span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div>
</div>
</div>
</div>
</div>
</template>
<script>
// import './jquery.js'
import './index.js'
import './swiper.js'
export default{
}
</script>
<style scoped>
@import './swiper.css';
@import './certify.css';
</style>

82
src/components/Swiper/certify.css

@ -1,82 +0,0 @@
@charset "utf-8";
/* CSS Document */
#certify {
position: relative;
width: 1200px;
margin: 0 auto
}
#certify .swiper-container {
padding-bottom: 60px;
}
#certify .swiper-slide {
width: 520px;
height: 340px;
/*background: #fff;*/
/*box-shadow: 0 8px 30px #ddd;*/
}
#certify .swiper-slide img{
display:block;
}
#certify .swiper-slide p {
padding-top: 0;
text-align: center;
color: #636363;
font-size: 1.1em;
margin: -36px 0;
background: #a90500;
z-index: 1000;
height: 36px;
position: absolute;
overflow: hidden;
line-height: 36px;
color: #fff;
}
#certify .swiper-pagination {
width: 100%;
bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
border: 3px solid #fff;
background-color: #d5d5d5;
width: 10px;
height: 10px;
opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
border: 3px solid #00aadc;
background-color: #fff;
}
#certify .swiper-button-prev {
left: -30px;
width: 25px;
height: 47px;
background: url(/r/cms/www/default/images/_left@2x.png) no-repeat;
background-position: 0 0;
background-size: 100%;
}
/*#certify .swiper-button-prev:hover {*/
/*background-position: 0 -46px;*/
/*background-size: 100%*/
/*}*/
#certify .swiper-button-next {
right: 9px;
width: 25px;
height: 47px;
background: url(/r/cms/www/default/images/_right@2x.png);
background-position: 0 -93px;
background-size: 100%;
}
/*#certify .swiper-button-next:hover {*/
/*background-position: 0 -139px;*/
/*background-size: 100%*/
/*}*/

5
src/components/Swiper/desktop.ini

@ -1,5 +0,0 @@
[LocalizedFileNames]
jquery.js=@jquery.js,0
swiper.js=@swiper.js,0
swiper.css=@swiper.css,0
certify.css=@certify.css,0

92
src/components/Swiper/index.js

@ -1,92 +0,0 @@
new Swiper ('.swiper-container', {
loop: true, // 循环模式选项
autoplay: true,
speed: 1000,
// 如果需要分页器
pagination: {
el: '.swiper-pagination',
},
// 如果需要前进后退按钮
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
// 如果需要滚动条
scrollbar: {
el: '.swiper-scrollbar',
},
})
new Swiper ('.swiper-container1', {
loop: true,
autoplay: true,
speed: 800,
direction: 'horizontal',
on: {
slideChangeTransitionEnd: function () {
}
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev'
},
pagination: {
el: '.swiper-pagination',
clickable: true
},
slidesPerView: 3,
spaceBetween: 30,
effect: 'coverflow',
centeredSlides: true
})
new Swiper('#certify .swiper-container5', {
watchSlidesProgress: true,
slidesPerView: 'auto',
centeredSlides: true,
loop: true,
loopedSlides: 5,
autoplay: true,
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
pagination: {
el: '.swiper-pagination',
//clickable :true,
},
on: {
progress: function(progress) {
for (i = 0; i < this.slides.length; i++) {
var slide = this.slides.eq(i);
var slideProgress = this.slides[i].progress;
modify = 1;
if (Math.abs(slideProgress) > 1) {
modify = (Math.abs(slideProgress) - 1) * 0.3 + 1;
}
translate = slideProgress * modify * 260 + 'px';
scale = 1 - Math.abs(slideProgress) / 5;
zIndex = 999 - Math.abs(Math.round(10 * slideProgress));
slide.transform('translateX(' + translate + ') scale(' + scale + ')');
slide.css('zIndex', zIndex);
slide.css('opacity', 1);
if (Math.abs(slideProgress) > 3) {
slide.css('opacity', 0);
}
}
},
setTransition: function(transition) {
for (var i = 0; i < this.slides.length; i++) {
var slide = this.slides.eq(i)
slide.transition(transition);
}
}
}
})

100
src/components/Swiper/jquery.js

File diff suppressed because one or more lines are too long

12
src/components/Swiper/swiper.css

File diff suppressed because one or more lines are too long

8124
src/components/Swiper/swiper.js

File diff suppressed because it is too large

2
src/main.js

@ -9,6 +9,8 @@ import './plugins/ant-design-vue.js';
import './plugins/element.js';
import 'common/portrait.styl';
import 'common/platform.styl';
import 'common/element-ui/index.css';
import 'common/element-ui/index.js';
import moment from 'moment'; //导入文件
import VueDOMPurifyHTML from 'vue-dompurify-html';
Vue.use(VueDOMPurifyHTML);

10
src/views/NewPages/NewPages.vue

@ -12,11 +12,11 @@
<ListPage :code="code" @changeYear="changeYear" :content="content" @getData="getData" />
</template>
<template v-else>
<h3>集团新闻</h3>
<div class="list-title mb-2">集团</div>
<ListPage :code="code" @changeYear="changeYear" :content="content1" @getData="getData" />
<h3>省公司新闻</h3>
<div class="list-title mb-2">省公司</div>
<ListPage :code="code" @changeYear="changeYear" :content="content2" @getData="getData" />
<h3>公司新闻</h3>
<div class="list-title mb-2">公司</div>
<ListPage :code="code" @changeYear="changeYear" :content="content3" @getData="getData" />
</template>
</template>
@ -216,6 +216,10 @@ export default {
};
</script>
<style scoped>
.list-title {
font-size: 20px;
font-weight: bold;
}
.content-detail {
background: #fff;
}

26
yarn.lock

@ -1717,8 +1717,8 @@
"color-convert" "^2.0.1"
"ansi-styles@^4.1.0":
"integrity" "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="
"resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"
"integrity" "sha1-7dgDYornHATIWuegkG7a00tkiTc="
"resolved" "https://registry.npm.taobao.org/ansi-styles/download/ansi-styles-4.3.0.tgz?cache=0&sync_timestamp=1601839122515&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fansi-styles%2Fdownload%2Fansi-styles-4.3.0.tgz"
"version" "4.3.0"
dependencies:
"color-convert" "^2.0.1"
@ -2563,9 +2563,9 @@
"supports-color" "^7.1.0"
"chalk@^4.1.0":
"integrity" "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="
"resolved" "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
"version" "4.1.2"
"integrity" "sha1-ThSHCmGNni7dl92DRf2dncMVZGo="
"resolved" "https://registry.npm.taobao.org/chalk/download/chalk-4.1.0.tgz"
"version" "4.1.0"
dependencies:
"ansi-styles" "^4.1.0"
"supports-color" "^7.1.0"
@ -2783,8 +2783,8 @@
"color-name" "1.1.3"
"color-convert@^2.0.1":
"integrity" "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="
"resolved" "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
"integrity" "sha1-ctOmjVmMm9s68q0ehPIdiWq9TeM="
"resolved" "https://registry.npm.taobao.org/color-convert/download/color-convert-2.0.1.tgz"
"version" "2.0.1"
dependencies:
"color-name" "~1.1.4"
@ -2795,8 +2795,8 @@
"version" "1.1.3"
"color-name@~1.1.4":
"integrity" "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
"resolved" "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
"integrity" "sha1-wqCah6y95pVD3m9j+jmVyCbFNqI="
"resolved" "https://registry.npm.taobao.org/color-name/download/color-name-1.1.4.tgz"
"version" "1.1.4"
"color-string@^1.5.4":
@ -4736,8 +4736,8 @@
"version" "3.0.0"
"has-flag@^4.0.0":
"integrity" "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
"resolved" "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
"integrity" "sha1-lEdx/ZyByBJlxNaUGGDaBrtZR5s="
"resolved" "https://registry.npm.taobao.org/has-flag/download/has-flag-4.0.0.tgz"
"version" "4.0.0"
"has-symbols@^1.0.1":
@ -8858,8 +8858,8 @@
"has-flag" "^4.0.0"
"supports-color@^7.1.0":
"integrity" "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="
"resolved" "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
"integrity" "sha1-G33NyzK4E4gBs+R4umpRyqiWSNo="
"resolved" "https://registry.npm.taobao.org/supports-color/download/supports-color-7.2.0.tgz?cache=0&sync_timestamp=1598611732186&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsupports-color%2Fdownload%2Fsupports-color-7.2.0.tgz"
"version" "7.2.0"
dependencies:
"has-flag" "^4.0.0"

Loading…
Cancel
Save