Compare commits

..

No commits in common. "b33123604d594098a786c98458753bcb0b1213fd" and "9fd01b453f27703e5ed9febda14e16875a444e32" have entirely different histories.

5 changed files with 11 additions and 19 deletions

View File

@ -6,7 +6,9 @@ const config = {
// host: 'h5api',
// #endif
// #ifndef H5
host: 'http://91f.xyz:8080',
// host: 'http://91f.xyz:8080',
host: 'https://b433d23.r24.cpolar.top/',
// host: 'http://hvw2rn.natappfree.cc',
// #endif
// 支付方式配置
payType: {

View File

@ -2,8 +2,8 @@
"name" : "九亿",
"appid" : "__UNI__08B31BC",
"description" : "",
"versionName" : "1.0.6",
"versionCode" : 1006,
"versionName" : "1.0.5",
"versionCode" : 1005,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -22,6 +22,8 @@
import api from '@/api/index.js'
//
import util from '@/common/js/util';
// api
import api from '@/api/index.js'
//
const {
proxy

View File

@ -19,8 +19,6 @@ import {
} from 'vuex'
//
import statusBar from '@/components/header/statusBar'
//
import noLogin from '@/components/login/noLogin'
//
import productList from '@/components/shop/productList/productList';
@ -66,19 +64,7 @@ function toCustomer() {
</script>
<template>
<view class="page" v-if="!userinfo.id">
<statusBar />
<view class="head rows plr30">
<view class="side"></view>
<view class="f1"></view>
<view class="side">
<uni-icons type="gear" size="40rpx" color="#333" @click="link('/pages/mine/setting/setting')" />
</view>
</view>
<noLogin class="f1" />
</view>
<view class="app" v-else>
<view class="app">
<view class="apex" :class="{ 'active': showHeader }">
<statusBar />
<view class="head rows">

View File

@ -3,7 +3,9 @@ import {
} from 'vite';
import uni from '@dcloudio/vite-plugin-uni';
let target = 'http://91f.xyz:8080'
// let target = 'http://91f.xyz:8080'
let target = 'https://b433d23.r24.cpolar.top/'
// let target = 'http://hvw2rn.natappfree.cc'
export default defineConfig({
plugins: [uni()],