|
@@ -1,13 +1,13 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="content">
|
|
<view class="content">
|
|
|
<!-- 背景图片 -->
|
|
<!-- 背景图片 -->
|
|
|
- <image class="bg-image" src="/static/login-bg.png" mode="aspectFill"></image>
|
|
|
|
|
|
|
+ <image class="bg-image" src="http://115.190.125.125:9000/static-images/login-bg.png" mode="aspectFill"></image>
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 顶部标题区域 -->
|
|
<!-- 顶部标题区域 -->
|
|
|
<view class="header-section">
|
|
<view class="header-section">
|
|
|
<!-- <view class="app-logo">🪶🪶</view> -->
|
|
<!-- <view class="app-logo">🪶🪶</view> -->
|
|
|
- <image class="app-logo" src="/static/logo.png" mode="widthFix"></image>
|
|
|
|
|
|
|
+ <image class="app-logo" src="http://115.190.125.125:9000/static-images/logo.png" mode="widthFix"></image>
|
|
|
<!-- <view class="app-name">青鸾之恋</view> -->
|
|
<!-- <view class="app-name">青鸾之恋</view> -->
|
|
|
<view class="app-slogan">真诚相遇 · 携手一生</view>
|
|
<view class="app-slogan">真诚相遇 · 携手一生</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -16,7 +16,7 @@
|
|
|
<view class="login-box">
|
|
<view class="login-box">
|
|
|
<!-- 微信一键登录 -->
|
|
<!-- 微信一键登录 -->
|
|
|
<button class="wechat-login-btn" @click="login_zheshow">
|
|
<button class="wechat-login-btn" @click="login_zheshow">
|
|
|
- <image class="wechat-icon" src="/static/wechat-icon.png" mode="aspectFit"></image>
|
|
|
|
|
|
|
+ <image class="wechat-icon" src="http://115.190.125.125:9000/static-images/wechat-icon.png" mode="aspectFit"></image>
|
|
|
<text>微信一键登录</text>
|
|
<text>微信一键登录</text>
|
|
|
</button>
|
|
</button>
|
|
|
|
|
|