|
|
@ -36,9 +36,9 @@ Vue.prototype.$http = httpRequest // ajax请求方法 |
|
|
|
Vue.prototype.isAuth = isAuth // 权限方法
|
|
|
|
Vue.prototype.PubSub = PubSub //组件发布订阅消息
|
|
|
|
|
|
|
|
Vue.prototype.$imgPath = "http://192.168.10.54:8070/base-fast/file/fileController/download?fileName=" |
|
|
|
Vue.prototype.$imgPath = "http://localhost:8070/base-fast/file/fileController/download?fileName=" |
|
|
|
|
|
|
|
Vue.prototype.$imgBasePath = "http://192.168.10.54:8070/base-fast/file/fileController/" |
|
|
|
Vue.prototype.$imgBasePath = "http://localhost:8070/base-fast/file/fileController/" |
|
|
|
|
|
|
|
Vue.prototype.$genders=['男','女'] |
|
|
|
|
|
|
|