1

parent c658189f
......@@ -10,8 +10,8 @@ import { getTokenUser } from '../../api/index';
import { getToken } from '../../utils/auth';
onLoad(async (options) => {
await signIn();
// if (!getToken()) await signIn2();
// await signIn();
if (!getToken()) await signIn2();
const { type } = options;
switch (type) {
case '0':
......
......@@ -168,6 +168,18 @@
</view>
</view>
</view>
<view
style="
width: 100%;
text-align: center;
font-size: 24rpx;
background: #fdfdfd;
color: #888989;
"
v-if="productCombination.length === 0"
>
没有更多啦~
</view>
</view>
<view class="rich-text-card">
<text class="title">商品详情</text>
......
......@@ -41,8 +41,8 @@ export default defineConfig({
// 代理配置
proxy: {
'/api': {
target: 'http://test.rhhzkj.com:8080',
// target: 'https://api.rddyz.com',
// target: 'http://test.rhhzkj.com:8080',
target: 'https://api.rddyz.com',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
......
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