zhongtianhaoyuan 3 years ago
parent
commit
f97ff07d72
2 changed files with 1 additions and 2 deletions
  1. 1 1
      config/index.js
  2. 0 1
      pages/news/index.vue

+ 1 - 1
config/index.js

@@ -1,6 +1,6 @@
 const dev = {
 	// baseUrlNew: 'https://apitest.eliangeyun.com',
-	baseUrlNew: 'http://192.168.1.114:8099',
+	baseUrlNew: 'http://192.168.110.9:8099',
 	h5Appid: 'wxb66b599f7f61b46f',
 	debug: false
 }

+ 0 - 1
pages/news/index.vue

@@ -42,7 +42,6 @@
 				<view class="flex flex-space-between">
 					您的驾驶证即将到期,请尽快到“我的-身份认证”中更新,逾期将影响运费支付。
 				</view> -->
-
 			</view>
 			<u-modal :show="isShowAlert" :title="alertTitle" :content='alertContent' :confirmText='confirmText'
 				:closeOnClickOverlay='true' :showCancelButton='showCancelButton' @confirm="confirmClick"