@@ -1,3 +1,3 @@
export const config = {
- baseUrl: 'http://172.16.90.64:7000/'
+ baseUrl: 'https://wx.hw.hongweisoft.com/parking/'
}
@@ -3,8 +3,7 @@ import {
} from '@/common/config.js';
import store from '@/store/index.js'
-// let baseUrl = config.baseUrl
-let baseUrl = '/api'
+let baseUrl = config.baseUrl
// vm指向this
const install = (Vue, vm) => {