update: 替换背景图片地址
This commit is contained in:
@@ -6,8 +6,8 @@ try {
|
|||||||
|
|
||||||
switch (envVersion) {
|
switch (envVersion) {
|
||||||
case "develop": // 开发版
|
case "develop": // 开发版
|
||||||
BASE_URL = "http://localhost:8000/api/shoot";
|
// BASE_URL = "http://localhost:8000/api/shoot";
|
||||||
// BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
|
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
|
||||||
break;
|
break;
|
||||||
case "trial": // 体验版
|
case "trial": // 体验版
|
||||||
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
|
BASE_URL = "https://apitest.shelingxingqiu.com/api/shoot";
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ const onScrollView = (e) => {
|
|||||||
>
|
>
|
||||||
<image
|
<image
|
||||||
:style="{ opacity: addBg ? 1 : 0 }"
|
:style="{ opacity: addBg ? 1 : 0 }"
|
||||||
src="../static/app-bg.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/app-bg.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<navigator open-type="navigateBack">
|
<navigator open-type="navigateBack">
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ const targetTypeName = computed(() => {
|
|||||||
<template>
|
<template>
|
||||||
<view class="container" :style="{ paddingTop: paddingTop + 'px' }">
|
<view class="container" :style="{ paddingTop: paddingTop + 'px' }">
|
||||||
<image
|
<image
|
||||||
src="../static/app-bg5.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/app-bg5.png"
|
||||||
class="bg-image"
|
class="bg-image"
|
||||||
mode="aspectFill"
|
mode="aspectFill"
|
||||||
:style="{ height: paddingTop + 60 + 'px' }"
|
:style="{ height: paddingTop + 60 + 'px' }"
|
||||||
|
|||||||
@@ -340,7 +340,7 @@ const measureTabsMetrics = () => {
|
|||||||
>
|
>
|
||||||
<image
|
<image
|
||||||
:style="{ opacity: addBg ? 1 : 0 }"
|
:style="{ opacity: addBg ? 1 : 0 }"
|
||||||
src="../static/app-bg.png"
|
src="https://static.shelingxingqiu.com/shootmini/static/app-bg.png"
|
||||||
mode="widthFix"
|
mode="widthFix"
|
||||||
/>
|
/>
|
||||||
<navigator open-type="navigateBack">
|
<navigator open-type="navigateBack">
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ function createWebSocket(token, onMessage) {
|
|||||||
|
|
||||||
switch (envVersion) {
|
switch (envVersion) {
|
||||||
case "develop": // 开发版
|
case "develop": // 开发版
|
||||||
url = "ws://localhost:8000/socket";
|
// url = "ws://localhost:8000/socket";
|
||||||
// url = "wss://apitest.shelingxingqiu.com/socket";
|
url = "wss://apitest.shelingxingqiu.com/socket";
|
||||||
break;
|
break;
|
||||||
case "trial": // 体验版
|
case "trial": // 体验版
|
||||||
url = "wss://apitest.shelingxingqiu.com/socket";
|
url = "wss://apitest.shelingxingqiu.com/socket";
|
||||||
|
|||||||
Reference in New Issue
Block a user