gjy 2 年之前
父节点
当前提交
cf7391810e
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 1 1
      config/index.js
  2. 4 1
      pages/user/newReport.vue

+ 1 - 1
config/index.js

@@ -1,7 +1,7 @@
 const dev = {
 	baseUrl: 'https://www.zthymaoyi.com',
 	// baseUrl: 'http://localhost:8080/',
-	baseUrlNew: 'http://192.168.110.67:9100/',
+	// baseUrlNew: 'http://192.168.110.67:9100/',
 	// baseUrlNew: 'http://192.168.1.118:8090/',
 	// baseUrlNew: 'http://192.168.110.9:9100/',
 	baseUrlNew: 'http://192.168.110.138:8090/',

+ 4 - 1
pages/user/newReport.vue

@@ -1700,7 +1700,9 @@
 		display: flex;
 		align-items: center;
 		justify-content: space-evenly;
-		position: relative;
+		position: fixed;
+		top:0;
+		width:100%;
 	}
 
 	.back {
@@ -1770,6 +1772,7 @@
 	}
 
 	.content1 {
+		margin-top:100rpx;
 		.content1-wrap {}
 
 		.row1 {