yujialong 5 months ago
parent 831b4a1cd8
commit 99d7f85580
  1. 4
      src/const/modules.js
  2. 2
      src/pages/column/page/aboutUs.vue
  3. 2
      src/setting.js

@ -12826,7 +12826,7 @@ export default {
],
form: {
pic: `https://huorantech.com/images/about/logo.png`,
info: `<div style="font-size: 14px;color: #bbb;line-height: 1.6;">
info: `<div style="font-size: 14px;color: #d7d7d7;line-height: 1.6;">
<img src="https://huorantech.com/images/about/logo.png" alt="">
<p style="margin: 15px 0;">一站式数字经济实训软件采购商城</p>
<p>公司官网www.huorantech.com</p>
@ -12902,7 +12902,7 @@ export default {
},
],
form: {
info: `<a style="display: block;margin-top: 20px;font-size: 14px;color: #6d7384;text-align: center;text-decoration: none;background-color: transparent;" href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">
info: `<a style="display: block;margin-top: 20px;font-size: 14px;color: #d9d9d9;text-align: center;text-decoration: none;background-color: transparent;" href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">
<img style="margin-right: 5px;" src="https://huorantech.com/images/police.svg" alt="">
粤ICP备20072679号
</a>`,

@ -154,7 +154,7 @@
</template>
</el-carousel>
<div class="c-wrap">
<div class="c-wrap" style="min-height: 113px;">
<scroll class="clients" :data="modules[9].list" :class-option="{ limitMoveNum: 2, direction: 2 }">
<ul class="client-list" ref="client">
<template v-for="(item, i) in modules[9].list">

@ -5,7 +5,7 @@ const isDev = process.env.NODE_ENV === 'development' // 开发环境
let host = location.origin
if (isDev) {
host = 'https://huorantech.com'
host = 'http://192.168.31.217:10000'
// host = 'http://192.168.31.217:10000'
}
const Setting = {

Loading…
Cancel
Save