feat(web): 修复逻辑删除,增加可选查询
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user