Commit f6483f4b authored by kisszxc's avatar kisszxc

替换接口地址

parent ffc79e32
......@@ -6,9 +6,9 @@ import {
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.224.178:7777/pmall";
// const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
const baseUrl = 'https://feihe.jzvcode.com/feihe';
//const baseUrl = 'https://feihe.jzvcode.com/feihe';
//const baseUrl = 'https://factory-walk-test.feihe.com/feihe';
//const baseUrl = 'https://factory-walk-uat.feihe.com/feihe';
const baseUrl = 'https://factory-walk-uat.feihe.com/feihe';
const request = (options = {}) => {
// 对options.data 进行一些处理
......
export const baseUrl = 'https://feihe.jzvcode.com'
export const baseUrl = 'https://factory-walk-uat.feihe.com'
// 声明字体
@font-face {
font-family: 'fz';
src: url('https://feihe.jzvcode.com/images/fz.ttf') format('truetype');
src: url('https://factory-walk-uat.feihe.com/farqbxzczytcami/images/fz.ttf') format('truetype');
}
@font-face {
font-family: 'fz-bold';
src: url('https://feihe.jzvcode.com/images/fz-bold.ttf') format('truetype');
src: url('https://factory-walk-uat.feihe.com/images/fz-bold.ttf') format('truetype');
}
.blur-bg {
......
<template>
<view
class="home-page page1"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-1.png)` }"
:style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-1.png)` }"
>
<view class="logo">
<image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image>
......
<template>
<view
class="home-page page2"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-2.png)` }"
:style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-2.png)` }"
>
<view class="logo">
<image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image>
......
<template>
<view class="home-page page2" :style="{ backgroundImage: `url(${baseUrl}/images/bg-3.png)` }">
<view class="home-page page2" :style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-3.png)` }">
<view class="logo">
<image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image>
</view>
......
<template>
<view
class="home-page page4"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-4.png)` }"
:style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-4.png)` }"
>
<view class="logo">
<image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image>
......
<template>
<view class="record record-detail">
<view class="record-bg" :style="{ backgroundImage: `url(${baseUrl}/images/bg-6.png)` }"></view>
<view class="record-bg" :style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-6.png)` }"></view>
<view class="record-content">
<view class="tips">请凭下方预约二维码现场签到进场</view>
<view class="card detail">
......
// 声明字体
@font-face {
font-family: 'fz';
src: url('https://feihe.jzvcode.com/images/fz.ttf') format('truetype');
src: url('https://factory-walk-uat.feihe.com/farqbxzczytcami/images/fz.ttf') format('truetype');
}
@font-face {
font-family: 'fz-bold';
src: url('https://feihe.jzvcode.com/images/fz-bold.ttf') format('truetype');
src: url('https://factory-walk-uat.feihe.com/farqbxzczytcami/images/fz-bold.ttf') format('truetype');
}
.record {
......
<template>
<view class="record">
<view class="record-bg" :style="{ backgroundImage: `url(${baseUrl}/images/bg-6.png)` }"></view>
<view class="record-bg" :style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-6.png)` }"></view>
<view class="record-content">
<view class="card">
<view class="card-tab">
......
// 声明字体
@font-face {
font-family: 'fz';
src: url('https://feihe.jzvcode.com/images/fz.ttf') format('truetype');
src: url('https://factory-walk-uat.feihe.com/farqbxzczytcami/images/fz.ttf') format('truetype');
}
@font-face {
font-family: 'fz-bold';
src: url('https://feihe.jzvcode.com/images/fz-bold.ttf') format('truetype');
src: url('https://factory-walk-uat.feihe.com/farqbxzczytcami/images/fz-bold.ttf') format('truetype');
}
.record {
......
......@@ -2,7 +2,7 @@
<view class="record">
<view
class="record-bg"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-6.png)` }"
:style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-6.png)` }"
></view>
<view class="record-content">
<view class="card">
......
// 声明字体
@font-face {
font-family: 'fz';
src: url('https://feihe.jzvcode.com/images/fz.ttf') format('truetype');
src: url('https://factory-walk-uat.feihe.com/farqbxzczytcami/images/fz.ttf') format('truetype');
}
@font-face {
font-family: 'fz-bold';
src: url('https://feihe.jzvcode.com/images/fz-bold.ttf') format('truetype');
src: url('https://factory-walk-uat.feihe.com/farqbxzczytcami/images/fz-bold.ttf') format('truetype');
}
.subscribe {
......
<template>
<view
class="subscribe"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-5.png)` }"
:style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-5.png)` }"
>
<view class="record" @click="goToRecord">
<text>预约记录</text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment