|
@@ -19,9 +19,9 @@ let router = require('./router').default
|
|
|
|
|
|
Vue.prototype.$http = axios
|
|
Vue.prototype.$http = axios
|
|
// Vue.prototype.$serverName = 'http://192.168.0.10:8080/'
|
|
// Vue.prototype.$serverName = 'http://192.168.0.10:8080/'
|
|
-// Vue.prototype.$serverName = 'https://www.4dkankan.com/'
|
|
|
|
|
|
+Vue.prototype.$serverName = 'https://www.4dkankan.com/'
|
|
|
|
|
|
-Vue.prototype.$serverName = 'https://test.4dkankan.com'
|
|
|
|
|
|
+// Vue.prototype.$serverName = 'https://test.4dkankan.com'
|
|
|
|
|
|
Vue.config.productionTip = false
|
|
Vue.config.productionTip = false
|
|
|
|
|