|
@@ -1,10 +1,10 @@
|
|
|
import plateNumber from '@/components/plate-number/plateNumber.vue';
|
|
|
import {LICENSE_PLATE_TYPE_ARR, REG_SOURCE} from '@/constants';
|
|
|
-// import LoginDom from '@/components/Login/Login.vue';
|
|
|
+import LoginDom from '@/components/Login/Login.vue';
|
|
|
import {mapState} from 'vuex';
|
|
|
import {initWxJsSdkConfig} from '@/utils/login';
|
|
|
import {getUrlParams, isHZ} from '@/utils';
|
|
|
-// import wxPointsAuth from '@/components/wx-points-auth/wx-points-auth.vue'
|
|
|
+import wxPointsAuth from '@/components/wx-points-auth/wx-points-auth.vue'
|
|
|
|
|
|
const app = {
|
|
|
globalData: {
|
|
@@ -17,8 +17,8 @@ import {parkingLots, qrCodes, unlicensedCarCheckIn, getConfValueOfKey, getVehicl
|
|
|
export default {
|
|
|
components: {
|
|
|
plateNumber,
|
|
|
- // LoginDom,
|
|
|
- // 'wx-points-auth': wxPointsAuth,
|
|
|
+ LoginDom,
|
|
|
+ 'wx-points-auth': wxPointsAuth,
|
|
|
// blueCom,
|
|
|
// greenCom,
|
|
|
// officeBlueCom,
|