@@ -32,7 +32,7 @@ const store = new Vuex.Store({
member: {},
userInfo: {},
mobile: '',
- custTypeId: 0, // 0 默认版本,1 上海静安 2 上海浦东 3 KIP:默认版本
+ custTypeId: 3, // 0 默认版本,1 上海静安 2 上海浦东 3 KIP:默认版本
paramsScene: {},
parkFee: {},
marketList: [],
@@ -66,7 +66,7 @@ module.exports = {
publicPath:
process.env.NODE_ENV === 'production'
? CDN_URL + '/static/img'
- : '/static/img',
+ : '/tparking/static/img',
outputPath: 'static/img',
},