|
|
@ -17,7 +17,7 @@ import configs from './config/app.js' |
|
|
|
import socket from './libs/new_chat.js' |
|
|
|
import socket from './libs/new_chat.js' |
|
|
|
import i18n from './utils/lang.js'; |
|
|
|
import i18n from './utils/lang.js'; |
|
|
|
Vue.prototype.$util = util; |
|
|
|
Vue.prototype.$util = util; |
|
|
|
Vue.prototype.$baseurl = 'http://rzds.njrzwl.cn'; |
|
|
|
Vue.prototype.$baseurl = 'https://rzds.njrzwl.cn'; |
|
|
|
Vue.prototype.$config = configs; |
|
|
|
Vue.prototype.$config = configs; |
|
|
|
Vue.prototype.$Cache = Cache; |
|
|
|
Vue.prototype.$Cache = Cache; |
|
|
|
Vue.prototype.$eventHub = new Vue(); |
|
|
|
Vue.prototype.$eventHub = new Vue(); |
|
|
|