Commit 64c847f9 authored by 郭铭瑶's avatar 郭铭瑶 🤘

删除不必要的代码

parent 7c1bb500
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
</body> </body>
<script src="./static/hls.js"></script> <script src="./static/hls.js"></script>
<!-- <script src="./static/SMap.min.js"></script> --> <script src="./static/SMap.min.js"></script>
<script src="./static/esm/SMap.min.js"></script> <!-- <script src="./static/esm/SMap.min.js"></script> -->
<script src="./static/Plugins.min.js"></script> <script src="./static/Plugins.min.js"></script>
</html> </html>
...@@ -2,8 +2,8 @@ let BASE_URL = '' ...@@ -2,8 +2,8 @@ let BASE_URL = ''
let DATA_URL = '' let DATA_URL = ''
switch (process.env.NODE_ENV) { switch (process.env.NODE_ENV) {
case 'production': case 'production':
BASE_URL = 'http://10.89.4.164:18080/api' // BASE_URL = 'http://10.89.4.164:18080/api'
// BASE_URL = 'http://yangpu.hm.omniview.pro/api' BASE_URL = 'http://yangpu.hm.omniview.pro/api'
DATA_URL = 'http://10.89.1.208:10005' DATA_URL = 'http://10.89.1.208:10005'
break break
default: default:
......
...@@ -11,19 +11,6 @@ ...@@ -11,19 +11,6 @@
</p> </p>
<m-step class="combine-step" :steps="steps" :current="1000"/> <m-step class="combine-step" :steps="steps" :current="1000"/>
</div> </div>
<!-- <div>
<p>{{item.name}}</p>
<div>
<m-count class="count" :value="item.value[0]" :decimal="0" />
<m-count class="count" :value="item.value[1]" :decimal="0" />
<m-count class="count" :value="item.value[2]" :decimal="0" />
</div>
<div>
<span>逾期</span>
<span>处置中</span>
<span>发现</span>
</div>
</div> -->
</div> </div>
</div> </div>
</template> </template>
......
...@@ -9,12 +9,6 @@ ...@@ -9,12 +9,6 @@
</div> </div>
</div> </div>
</div> </div>
<!-- <div class="detail">
<div @click="handleClick(item.types, item.visible)" :class="{on: item.types === curSmartType, visible: item.visible}" v-for="item in list" :key="item.types">
<p><img :src="require(`@/assets/images/${item.img}`)" />{{item.name}}</p>
<m-count :class="{count: true, yellow: item.value > 0}" :value="item.value" :decimal="0" />
</div>
</div> -->
<div class="detail"> <div class="detail">
<img src="@/assets/images/smart.png" /> <img src="@/assets/images/smart.png" />
<div <div
...@@ -95,14 +89,6 @@ export default { ...@@ -95,14 +89,6 @@ export default {
}) })
} }
return result return result
// const result = discoverInfo.map((item, i) => ({
// name: this.$com.transType(item.types),
// value: +item.numbers || 0,
// img: `smart${i + 1}.png`,
// types: item.types,
// visible: this.calcVisible(item.types),
// }))
// return result.sort((a, b) => b.visible - a.visible)
} }
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment