= { [K in keyof T as K]: T[K]; } & {};
- type __VLS_WithDefaultsGlobal = {
- [K in keyof P as K extends keyof D ? K : never]-?: P[K];
- } & {
- [K in keyof P as K extends keyof D ? never : K]: P[K];
- };
+ type __VLS_PrettifyGlobal = (T extends any ? { [K in keyof T]: T[K]; } : { [K in keyof T as K]: T[K]; }) & {};
type __VLS_UseTemplateRef = Readonly>;
type __VLS_ProxyRefs = import('vue').ShallowUnwrapRef;
diff --git a/node_modules/.vue-global-types/vue_99_0.d.ts b/node_modules/.vue-global-types/vue_99_0.d.ts
index f0fe46c..96b3bd3 100644
--- a/node_modules/.vue-global-types/vue_99_0.d.ts
+++ b/node_modules/.vue-global-types/vue_99_0.d.ts
@@ -2,13 +2,14 @@
export {};
; declare global {
+ var __VLS_PROPS_FALLBACK: Record;
+
const __VLS_directiveBindingRestFields: { instance: null, oldValue: null, modifiers: any, dir: any };
const __VLS_unref: typeof import('vue').unref;
const __VLS_placeholder: any;
+ const __VLS_intrinsics: import('vue/jsx-runtime').JSX.IntrinsicElements;
- type __VLS_NativeElements = __VLS_SpreadMerge;
- type __VLS_IntrinsicElements = import('vue/jsx-runtime').JSX.IntrinsicElements;
- type __VLS_Element = import('vue/jsx-runtime').JSX.Element;
+ type __VLS_Elements = __VLS_SpreadMerge;
type __VLS_GlobalComponents = import('vue').GlobalComponents;
type __VLS_GlobalDirectives = import('vue').GlobalDirectives;
type __VLS_IsAny = 0 extends 1 & T ? true : false;
@@ -31,12 +32,12 @@ export {};
? K extends { __ctx?: { props?: infer P } } ? NonNullable : never
: T extends (props: infer P, ...args: any) => any ? P
: {};
- type __VLS_FunctionalComponent = (props: (T extends { $props: infer Props } ? Props : {}) & Record, ctx?: any) => __VLS_Element & {
+ type __VLS_FunctionalComponent = (props: (T extends { $props: infer Props } ? Props : {}) & Record, ctx?: any) => import('vue/jsx-runtime').JSX.Element & {
__ctx?: {
attrs?: any;
slots?: T extends { $slots: infer Slots } ? Slots : Record;
emit?: T extends { $emit: infer Emit } ? Emit : {};
- props?: (T extends { $props: infer Props } ? Props : {}) & Record;
+ props?: typeof props;
expose?: (exposed: T) => void;
};
};
diff --git a/pages.json b/pages.json
index d7e3393..d7c50e2 100644
--- a/pages.json
+++ b/pages.json
@@ -6,8 +6,8 @@
{
"path": "pages/index/index",
"style": {
- "navigationStyle": "default" ,// 隐藏系统导航栏
- "navigationBarTitleText": "首页",
+ "navigationStyle": "custom" ,// 隐藏系统导航栏
+ "navigationBarTitleText": "启辰资产",
"enablePullDownRefresh": true,
"app-plus": {
"pullToRefresh": {
@@ -166,7 +166,7 @@
},
{
- "path" : "pages/content/content",
+ "path" : "pages/notice/noticeDetail",
"style": {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "资讯"
@@ -226,9 +226,9 @@
"path" : "pages/search/searchList",
"style" :
{
- "navigationBarTitleText": "房源列表",
+ "navigationBarTitleText": "资产列表",
"enablePullDownRefresh": true,
- // "navigationStyle": "custom" ,// 隐藏系统导航栏
+ "navigationStyle": "custom" ,// 隐藏系统导航栏
"app-plus": {
"pullToRefresh": {
"support": true,
@@ -354,7 +354,7 @@
"navigationBarTitleText": "我的预约",
"enablePullDownRefresh": false
}
- }
+ }
],
"globalStyle": {
"navigationBarTextStyle": "black",
diff --git a/pages/auth/company.vue b/pages/auth/company.vue
new file mode 100644
index 0000000..e69de29
diff --git a/pages/auth/person.vue b/pages/auth/person.vue
new file mode 100644
index 0000000..e69de29
diff --git a/pages/center/center.vue b/pages/center/center.vue
index fe34ac2..628dd14 100644
--- a/pages/center/center.vue
+++ b/pages/center/center.vue
@@ -4,10 +4,9 @@