@@ -1,5 +1,5 @@
-const host = 'http://wx.hw.hongweisoft.com/parking';//本地
-// const host = 'http://parking.pdzhtc.com';//正式
+// const host = 'http://wx.hw.hongweisoft.com/parking';//本地
+const host = 'http://parking.pdzhtc.com';//正式
// const host = 'http://172.16.90.64:7000';
const config = {
wxAppid:'wxbe90cc7c5233dd84',// wxAppid
@@ -1,7 +1,7 @@
<template>
<view class="pages">
<view class="wrap">
- <view class="title">城市智慧停车场管理<br>PDA登录</view>
+ <view class="title">RSP智慧停车收费系统</view>
<u-form class="login-form" :model="form" ref="uForm">
<u-form-item class="u-p-r-40" label="账号:" :border-bottom="false" label-width="100rpx">
<u-input v-model="form.name" placeholder="请输入您的工号" type="number" maxlength="11" placeholder-style="color:rgba(255,255,255,.5)" />