This commit is contained in:
2025-03-14 17:56:05 +08:00
parent f932a49602
commit 0c9554125f
46 changed files with 665 additions and 461 deletions

View File

@@ -36,6 +36,8 @@ Vue.prototype.$http = httpRequest // ajax请求方法
Vue.prototype.isAuth = isAuth // 权限方法
Vue.prototype.PubSub = PubSub //组件发布订阅消息
Vue.prototype.$baseUrl = "http://localhost:8070/base-fast"
Vue.prototype.$imgPath = "http://localhost:8070/base-fast/file/fileController/download?fileName="
Vue.prototype.$imgBasePath = "http://localhost:8070/base-fast/file/fileController/"