This commit is contained in:
2026-01-10 20:23:59 +08:00
parent 1fc846fae3
commit 9e957d5dea
127 changed files with 3528 additions and 3421 deletions

View File

@@ -10,9 +10,9 @@ import { request } from "./request";
// 获取店铺配置
export function fetchConfig () {
export function fetchGoods () {
return request({
url:'/store.index/config',
url:'/index/goods',
})
}

View File

@@ -47,8 +47,8 @@
// }
import { ref } from 'vue';
import config from '../config';
import { goToLoginPage } from '../utils/helper';
import config from '@/config';
import { goToLoginPage } from '@/utils/helper';
// 定义请求参数接口
interface Options {