添加环境变量

This commit is contained in:
zhangyiming
2020-11-20 08:48:00 +08:00
parent a8ee79a443
commit a111fcc574
5 changed files with 19 additions and 1 deletions

View File

@@ -13,6 +13,10 @@ const contextInfo: ContextProps = {
dynamicText: "登录",
}
export default {
mounted() {
// @ts-ignore
this.$http.request("get", "/getApi")
},
components: {
info,
},