Commit f6483f4b authored by kisszxc's avatar kisszxc

替换接口地址

parent ffc79e32
...@@ -6,9 +6,9 @@ import { ...@@ -6,9 +6,9 @@ import {
// 通常可以吧 baseUrl 单独放在一个 js 文件了 // 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.224.178:7777/pmall"; // const baseUrl = "http://172.16.224.178:7777/pmall";
// const baseUrl = "https://momclub-uat.feihe.com/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-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 = {}) => { const request = (options = {}) => {
// 对options.data 进行一些处理 // 对options.data 进行一些处理
......
export const baseUrl = 'https://feihe.jzvcode.com' export const baseUrl = 'https://factory-walk-uat.feihe.com'
// 声明字体 // 声明字体
@font-face { @font-face {
font-family: 'fz'; 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-face {
font-family: 'fz-bold'; 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 { .blur-bg {
......
<template> <template>
<view <view
class="home-page page1" class="home-page page1"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-1.png)` }" :style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-1.png)` }"
> >
<view class="logo"> <view class="logo">
<image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image> <image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image>
......
<template> <template>
<view <view
class="home-page page2" class="home-page page2"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-2.png)` }" :style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-2.png)` }"
> >
<view class="logo"> <view class="logo">
<image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image> <image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image>
......
<template> <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"> <view class="logo">
<image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image> <image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image>
</view> </view>
......
<template> <template>
<view <view
class="home-page page4" class="home-page page4"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-4.png)` }" :style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-4.png)` }"
> >
<view class="logo"> <view class="logo">
<image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image> <image src="@/assets/reservation-images/logo.svg" mode="widthFix"></image>
......
<template> <template>
<view class="record record-detail"> <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="record-content">
<view class="tips">请凭下方预约二维码现场签到进场</view> <view class="tips">请凭下方预约二维码现场签到进场</view>
<view class="card detail"> <view class="card detail">
......
// 声明字体 // 声明字体
@font-face { @font-face {
font-family: 'fz'; 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-face {
font-family: 'fz-bold'; 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 { .record {
......
<template> <template>
<view class="record"> <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="record-content">
<view class="card"> <view class="card">
<view class="card-tab"> <view class="card-tab">
......
// 声明字体 // 声明字体
@font-face { @font-face {
font-family: 'fz'; 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-face {
font-family: 'fz-bold'; 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 { .record {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="record"> <view class="record">
<view <view
class="record-bg" class="record-bg"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-6.png)` }" :style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-6.png)` }"
></view> ></view>
<view class="record-content"> <view class="record-content">
<view class="card"> <view class="card">
......
// 声明字体 // 声明字体
@font-face { @font-face {
font-family: 'fz'; 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-face {
font-family: 'fz-bold'; 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 { .subscribe {
......
<template> <template>
<view <view
class="subscribe" class="subscribe"
:style="{ backgroundImage: `url(${baseUrl}/images/bg-5.png)` }" :style="{ backgroundImage: `url(${baseUrl}/farqbxzczytcami/images/bg-5.png)` }"
> >
<view class="record" @click="goToRecord"> <view class="record" @click="goToRecord">
<text>预约记录</text> <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