Commit ad20dfa4 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 0540fb14 916521e1
...@@ -12,5 +12,5 @@ VUE_APP_PORTAL_URL = /portal_home ...@@ -12,5 +12,5 @@ VUE_APP_PORTAL_URL = /portal_home
VUE_APP_PORTAL_PORT = 21085 VUE_APP_PORTAL_PORT = 21085
# 站点请求地址 # 站点请求地址
VUE_APP_SITETREE_URL = http://192.168.0.98:11078/base/site/siteTree VUE_APP_SITETREE_URL = http://8.136.255.30:11078/base/site/siteTree
<template> <template>
<div class="page page-home" style="min-height: 100vh;"> <div :class="classList" style="min-height: 100vh;">
欢迎你,{{userData}} 欢迎你,{{ userData }}
</div> </div>
</template> </template>
...@@ -11,5 +11,18 @@ export default { ...@@ -11,5 +11,18 @@ export default {
return this.$store.state.userData.currUserName; return this.$store.state.userData.currUserName;
}, },
}, },
data() {
return {
classList: "page page-home",
};
},
created() {},
}; };
</script> </script>
<style scoped lang="less">
.page-home {
margin-top: 20px !important;
border-radius: 8px;
padding-top: 10px !important;
}
</style>
...@@ -17,7 +17,7 @@ module.exports = { ...@@ -17,7 +17,7 @@ module.exports = {
hot: true,//自动保存 hot: true,//自动保存
proxy: { proxy: {
'/office': { '/office': {
target: 'http://127.0.0.1:21085', target: 'http://8.136.255.30:11078',
changeOrigin: true, changeOrigin: true,
secure: false, secure: false,
cookieDomainRewrite: 'localhost', cookieDomainRewrite: 'localhost',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment