|
|
@ -2,9 +2,9 @@ import App from './App' |
|
|
import store from './store/' |
|
|
import store from './store/' |
|
|
|
|
|
|
|
|
// const baseURL = 'http://localhost:7010'
|
|
|
// const baseURL = 'http://localhost:7010'
|
|
|
const baseURL = 'http://81.69.47.31:7010' |
|
|
//const baseURL = 'http://81.69.47.31:7010'
|
|
|
// const baseURL = 'http://bnyer.vaiwan.com'
|
|
|
// const baseURL = 'http://bnyer.vaiwan.com'
|
|
|
// const baseURL = 'http://rnjbgm.natappfree.cc'
|
|
|
const baseURL = 'http://av9r46.natappfree.cc' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vue.prototype.$baseURL = baseURL; |
|
|
Vue.prototype.$baseURL = baseURL; |
|
|
@ -13,7 +13,7 @@ Vue.prototype.$baseURL = baseURL; |
|
|
import Vue from 'vue' |
|
|
import Vue from 'vue' |
|
|
Vue.config.productionTip = false |
|
|
Vue.config.productionTip = false |
|
|
App.mpType = 'app' |
|
|
App.mpType = 'app' |
|
|
const app = new Vue({ |
|
|
const app = new Vue({ |
|
|
...App |
|
|
...App |
|
|
}) |
|
|
}) |
|
|
app.$mount() |
|
|
app.$mount() |
|
|
|