mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
添加环境变量
This commit is contained in:
@@ -13,6 +13,10 @@ const contextInfo: ContextProps = {
|
||||
dynamicText: "登录",
|
||||
}
|
||||
export default {
|
||||
mounted() {
|
||||
// @ts-ignore
|
||||
this.$http.request("get", "/getApi")
|
||||
},
|
||||
components: {
|
||||
info,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user