@@ -1,8 +1,8 @@
<script>
export default {
globalData: {
- baseUrl: 'http://192.168.16.156:9110/saas/clz/', // 本地
- // baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
+ // baseUrl: 'http://192.168.16.156:9110/saas/clz/', // 本地
+ baseUrl: 'https://md.test.zyucgj.com/saas/clz/', // 预发布
// baseUrl: 'https://car.zyucgj.com/saas/clz/' // 生产
},
onLaunch: function() {
@@ -103,6 +103,8 @@
this.$store.dispatch('checkLogin',()=>{
this.pageInit()
})
+
+ this.getScrollLog()
onLoad() {
// 获取数据字典
@@ -132,7 +134,6 @@
// 获取扫描记录
this.getVinLog()
}
- this.getScrollLog()
getListLookUp() {