Compare commits
No commits in common. "b33123604d594098a786c98458753bcb0b1213fd" and "9fd01b453f27703e5ed9febda14e16875a444e32" have entirely different histories.
b33123604d
...
9fd01b453f
|
@ -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: {
|
||||
|
|
|
@ -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" : {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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()],
|
||||
|
|
Loading…
Reference in New Issue