yangzj 2 years ago
parent
commit
a92666b491
1 changed files with 1 additions and 4 deletions
  1. 1 4
      common/config.js

+ 1 - 4
common/config.js

@@ -1,8 +1,5 @@
 let baseUrl = 'https://wx.hw.hongweisoft.com/parking/'
-// if (process.env.NODE_ENV === 'development') {
-// 	baseUrl = '/api'
-// }
 export const config = {
 	baseUrl,
-	version: '0.1.3'
+	version: '0.1.4'
 }