1
0

feat(web): 修复逻辑删除,增加可选查询

This commit is contained in:
2024-12-05 17:58:38 +08:00
parent 6a68085870
commit 28d70e5f9a
17 changed files with 183 additions and 165 deletions

View File

@@ -1,5 +1,5 @@
const information = {
debug: true,
export const information = {
debug: false,
// baseUrl: '',
baseUrl: 'http://127.0.0.1:20080',
title: '可信供给中心',
@@ -17,6 +17,7 @@ export function useAmis(amisObject) {
struct,
{
data: {
debug: information.debug,
base: information.baseUrl,
},
},