ソースを参照

登录图标修改

1004749546@qq.com 4 年 前
コミット
85b6074747
3 ファイル変更2 行追加2 行削除
  1. 1 1
      App.vue
  2. 1 1
      pages/login/login.vue
  3. BIN
      static/login_slogan.png

+ 1 - 1
App.vue

@@ -4,7 +4,7 @@
 	const pro_domain = 'https://gather.zyucgj.cn' // 生产
 	const uat_URL = uat_domain+'/gc-gather/' // 预发布
 	const pro_URL = pro_domain+'/gc-gather/'  // 生产
-	const buildType = 0 // 打包环境对应类型,1 生产 0 预发布
+	const buildType = 1 // 打包环境对应类型,1 生产 0 预发布
 	const buildURL = buildType ? pro_URL : uat_URL // 打包后实际对应的url
 	const envText = ['预发布环境','生产环境']
 	const envTips = process.env.NODE_ENV == 'development' ? envText[0] : envText[buildType]

+ 1 - 1
pages/login/login.vue

@@ -4,7 +4,7 @@
 			<view>
 				<view class="logo-cont">
 					<u-image src="/static/login_icon.png" width="160" height="160" class="logo"></u-image>
-					<u-image src="/static/login_slogan.png" width="360" height="40" class="logo_text"></u-image>
+					<u-image src="/static/login_slogan.png" mode="aspectFit" width="286" height="36" class="logo_text"></u-image>
 				</view>
 				<view class="login-btns">
 					<u-button shape="circle" :custom-style="wxButton" class="login-btn" type="success" :hair-line="false" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">

BIN
static/login_slogan.png