Commit 7eb86d12 authored by wp song's avatar wp song

修改楼层过多不能滑动问题

parent d5dbfecd
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</div> </div>
</van-sticky> --> </van-sticky> -->
<div style="margin-bottom: 1.4rem;"> <div style="margin-bottom: 1.4rem;">
<van-tree-select height="auto" :items="listdata" :active-id.sync="activeId" <van-tree-select height="90vh" :items="listdata" :active-id.sync="activeId"
:main-active-index.sync="activeIndex" @click-item="clickItem"> :main-active-index.sync="activeIndex" @click-item="clickItem">
</van-tree-select> </van-tree-select>
</div> </div>
......
...@@ -10,9 +10,8 @@ module.exports = { ...@@ -10,9 +10,8 @@ module.exports = {
proxy: { proxy: {
//配置跨域 //配置跨域
"/app-api": { "/app-api": {
// target: "http://192.168.4.232:8080/", //这里是后台的地址 target: "http://192.168.4.232:8080/", //这里是后台的地址
// target: "http://192.168.15.230:8080/", //这里是晓晋的地址 // target: "http://192.168.15.230:8080/", //这里是晓晋的地址
target: "http://192.168.14.232:8080", //这里是晓晋的地址
ws: true, ws: true,
changOrigin: true, //允许跨域 changOrigin: true, //允许跨域
// logLevel: 'debug', // 显示代理调试信息 // logLevel: 'debug', // 显示代理调试信息
......
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