Browse Source

更换logo

master
前端-胡立永 9 months ago
parent
commit
126df878d8
19 changed files with 10 additions and 10 deletions
  1. +2
    -2
      components/base/tabBar.vue
  2. +1
    -1
      components/center/center.vue
  3. +1
    -1
      components/pageInit/pageInit.vue
  4. +1
    -1
      pages/home/home.vue
  5. +1
    -1
      pages/login/login.vue
  6. +1
    -1
      pages/register/register.vue
  7. +1
    -1
      pages/signIn/signIn.vue
  8. BIN
      static/blogo.png
  9. BIN
      static/instructions/desc.psd
  10. BIN
      static/instructions/desc2.png
  11. BIN
      static/logo.jpg
  12. BIN
      static/logo.png
  13. BIN
      static/logo.psd
  14. BIN
      static/logoa.psd
  15. BIN
      static/mlogo.png
  16. BIN
      static/tabbar/a1.jpg
  17. BIN
      static/tabbar/a1.png
  18. BIN
      static/tabbar/a2.png
  19. +2
    -2
      utils/request.js

+ 2
- 2
components/base/tabBar.vue View File

@ -47,8 +47,8 @@
"pagePath": "/pages/home/home",
"title": "tabbar.title.1"
},{
"selectedIconPath": "/static/tabbar/4.png",
"iconPath": "/static/tabbar/3.png",
"selectedIconPath": "/static/tabbar/a2.png",
"iconPath": "/static/tabbar/a1.png",
"pagePath": "/pages/prizeDraw/prizeDraw",
"title": "tabbar.title.2"
},{


+ 1
- 1
components/center/center.vue View File

@ -16,7 +16,7 @@
x
</view>
<view class="">
<img src="/static/center/20.png" width="120rpx" />
<img src="/static/logo.png" width="120rpx" />
</view>
</view>
<view class="line">


+ 1
- 1
components/pageInit/pageInit.vue View File

@ -1,7 +1,7 @@
<!-- 页面初始界面 -->
<template>
<view v-show="show" class="pageInit bx">
<image src="@/static/loading/logo.png" mode="aspectFit"></image>
<image src="@/static/logo.png" mode="aspectFit"></image>
</view>
</template>


+ 1
- 1
pages/home/home.vue View File

@ -8,7 +8,7 @@
<image src="@/static/home/menu.png" mode="aspectFit"></image>
</view>
<view class="logo">
<image src="../../static/home/logo.png" mode="widthFix"></image>
<image src="@/static/logo.png" mode="widthFix"></image>
</view>
<view class="sign">
<image @click="toSignin" src="../../static/home/sign.png" mode="widthFix"></image>


+ 1
- 1
pages/login/login.vue View File

@ -5,7 +5,7 @@
<!-- 背景图片 -->
<view class="bg-box">
<image @click="showSelectLanguageProp" class="language" src="@/static/login/language.png" mode="aspectFit"></image>
<image src="@/static/login/logo.png" mode="aspectFit"></image>
<image src="@/static/logo.png" mode="aspectFit"></image>
</view>
<!-- 加载效果 -->


+ 1
- 1
pages/register/register.vue View File

@ -6,7 +6,7 @@
<view class="bg-box">
<image @click="showSelectLanguageProp" class="language" src="@/static/login/language.png" mode="aspectFit">
</image>
<image src="@/static/login/logo.png" mode="aspectFit"></image>
<image src="@/static/logo.png" mode="aspectFit"></image>
</view>
<!-- 加载效果 -->


+ 1
- 1
pages/signIn/signIn.vue View File

@ -1,6 +1,6 @@
<template>
<view class="sigin-in bx">
<navbar :leftClick="leftClick" :title="$t('page.signIn.title')"></navbar>
<navbar :leftClick="leftClick" title="BookBub"></navbar>
<view class="sigin-in-content">
<!-- <view class="title">{{ $t('page.signIn.title') }}</view> -->


BIN
static/blogo.png View File

Before After
Width: 160  |  Height: 64  |  Size: 6.0 KiB

BIN
static/instructions/desc.psd View File


BIN
static/instructions/desc2.png View File

Before After
Width: 906  |  Height: 1280  |  Size: 648 KiB

BIN
static/logo.jpg View File

Before After
Width: 160  |  Height: 64  |  Size: 3.2 KiB

BIN
static/logo.png View File

Before After
Width: 72  |  Height: 72  |  Size: 3.9 KiB Width: 1890  |  Height: 886  |  Size: 20 KiB

BIN
static/logo.psd View File


BIN
static/logoa.psd View File


BIN
static/mlogo.png View File

Before After
Width: 160  |  Height: 64  |  Size: 13 KiB

BIN
static/tabbar/a1.jpg View File

Before After
Width: 1000  |  Height: 1000  |  Size: 26 KiB

BIN
static/tabbar/a1.png View File

Before After
Width: 400  |  Height: 300  |  Size: 9.8 KiB

BIN
static/tabbar/a2.png View File

Before After
Width: 400  |  Height: 300  |  Size: 9.8 KiB

+ 2
- 2
utils/request.js View File

@ -6,8 +6,8 @@ import Vue from "vue";
import shop from "./shop";
const request = axios.create({
// baseURL: 'https://admin.arcskytech.top/uav-api',//生产环境外国服务器
baseURL: 'https://uav-api.xzaiyp.top/uav-api',//演示环境
baseURL: 'https://admin.arcskytech.top/uav-api',//生产环境外国服务器
// baseURL: 'https://uav-api.xzaiyp.top/uav-api',//演示环境
// baseURL: 'http://h5.xzaiyp.top/uav-api',//开发环境
// baseURL: 'https://shop-admin.xzaiyp.top/shop_demo',


Loading…
Cancel
Save