Commit fe87ceb3 authored by kaitly205422@163.com's avatar kaitly205422@163.com

Merge branch 'develop' of http://git.censoft.com.cn/rongtong/rongtong-app into develop

parents d6cb64da b2c3847b
This diff is collapsed.
......@@ -133,7 +133,8 @@ export default {
background-repeat: no-repeat;
background-attachment: fixed;
height: 100vh;
overflow: hidden;
// overflow: hidden;
overflow: auto;
.title {
padding-top: 22%;
......
......@@ -9,8 +9,8 @@ module.exports = {
proxy: {
//配置跨域
"/app-api": {
target: "http://192.168.4.232:8080/", //这里是后台的地址
// target: "http://192.168.10.137:8080/", //这里是后台的地址
// target: "http://192.168.4.232:8080/", //这里是后台的地址
target: "http://localhost:8080/", //这里是后台的地址
// target: 'http://192.168.15.124:8080/', //这里是杨帆的地址
// target: "http://192.168.10.137:8080/", //这里是周昊的地址
// target: "http://192.168.15.230:8080/", //这里是晓静的地址
......
This diff is collapsed.
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