rose 5 years ago
parent
commit
db54372e0d
  1. 2
      .env
  2. 4
      .env.development
  3. 6
      .env.production
  4. 2
      src/App.vue
  5. 6
      src/components/FooterPage/FooterPage.vue
  6. 4
      src/views/About/Children/Organ.vue

2
.env

@ -1,3 +1,3 @@
VUE_APP_MODE=production VUE_APP_MODE=production
VUE_APP_PREVIEW=false VUE_APP_PREVIEW=false
VUE_APP_URL=http://www.sxgreenvalley.com/green-phone VUE_APP_URL=http://www.sxgreenvalley.com/green-phone/

4
.env.development

@ -1,7 +1,7 @@
VUE_APP_MODE=development VUE_APP_MODE=development
VUE_APP_NODE_ENV=development VUE_APP_NODE_ENV=development
VUE_APP_SCENE=greenvalley VUE_APP_SCENE=greenPhone
VUE_APP_BASE_URL=http://www.sxgreenvalley.com/green-phone VUE_APP_BASE_URL=http://www.sxgreenvalley.com/green-phone/
VUE_APP_API_URL=http://www.sxgreenvalley.com/gateway VUE_APP_API_URL=http://www.sxgreenvalley.com/gateway
VUE_APP_PROXY_URL=/gateway VUE_APP_PROXY_URL=/gateway
VUE_APP_PUBLIC_PATH=/ VUE_APP_PUBLIC_PATH=/

6
.env.production

@ -1,10 +1,10 @@
VUE_APP_MODE=production VUE_APP_MODE=production
VUE_APP_NODE_ENV=production VUE_APP_NODE_ENV=production
VUE_APP_SCENE=greenvalley VUE_APP_SCENE=greenPhone
VUE_APP_BASE_URL=http://www.sxgreenvalley.com/green-phone VUE_APP_BASE_URL=http://www.sxgreenvalley.com/green-phone/
VUE_APP_API_URL=http://www.sxgreenvalley.com/gateway VUE_APP_API_URL=http://www.sxgreenvalley.com/gateway
VUE_APP_PROXY_URL=/gateway VUE_APP_PROXY_URL=/gateway
VUE_APP_PUBLIC_PATH=/ VUE_APP_PUBLIC_PATH=/green-phone
VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws
VUE_APP_TITLE=绿谷在线 VUE_APP_TITLE=绿谷在线
VUE_APP_DESCRIPTION=绿谷在线管理后台 VUE_APP_DESCRIPTION=绿谷在线管理后台

2
src/App.vue

@ -73,7 +73,7 @@ body::-webkit-scrollbar {
z-index: 100; z-index: 100;
} }
.friend { .friend {
height: 64px; height: 4.5rem;
} }
.footer { .footer {
width: 100%; width: 100%;

6
src/components/FooterPage/FooterPage.vue

@ -37,7 +37,7 @@
</div> </div>
<div class="font-12 align-center text" style="padding: 10px auto!important"> <div class="font-12 align-center text" style="padding: 10px auto!important">
Copyright © 2020 The Project by Copyright © 2020 The Project by
<span style="color: #2e54ea">CCSENS</span>. All Rights Reserved <span style="color: #2e54ea">CCSENS</span><span>. All Rights Reserved</span>
</div> </div>
</div> </div>
</template> </template>
@ -82,6 +82,8 @@ export default {
.text { .text {
text-align: center; text-align: center;
line-height: 90px; line-height: 1rem;
padding-bottom: 1.5rem
padding-top: 1.5rem
} }
</style> </style>

4
src/views/About/Children/Organ.vue

@ -5,10 +5,10 @@
<bread-crumb :arr="arr" /> <bread-crumb :arr="arr" />
</div> --> </div> -->
<banner :show-page="showPage" /> <banner :show-page="showPage" />
<div class="inner"> <div class="">
<div class="white"> <div class="white">
<!-- <rich-text :title="title" /> --> <!-- <rich-text :title="title" /> -->
<div :style="{ height: '500px' }" id="treeChart"></div> <div :style="{ height: '550px' }" style="width:100%" id="treeChart"></div>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save