1
YM
2024-07-19 150afd25f2893e63f12111e904420fa5c254f28a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
    "pages": [{
            "path": "pages/index/index",
            "style": {
                "navigationStyle": "custom"
            }
        }, {
            "path": "pages/Login/Login",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        // 人物数据库
        {
            "path": "pages/character/index",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/character/detail",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        // 医学流派
        {
            "path": "pages/academicGenres/index",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/academicGenres/detail",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/academicGenres/chart",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/TcmSystem/TcmSystem",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/territory/territory",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        
        {
            "path": "pages/inherit/index",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/inherit/list",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/knowledgeBase/knowledgeBase",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        
        {
            "path": "pages/characterMap/characterMap",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
 
        {
            "path": "pages/Register/Register",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/forgetPass/forgetPass",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/changePassword/changePassword",
            "style": {
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path" : "pages/userAgreement/userAgreement",
            "style" : 
            {
                "enablePullDownRefresh" : false,
                "navigationStyle": "custom"
            }
        },
        {
            "path" : "pages/fileDetail/index",
            "style" : 
            {
                "enablePullDownRefresh" : false,
                "navigationStyle": "custom"
            }
        },
        {
            "path" : "pages/shiyiHome/shiyiHome",
            "style" : 
            {
                "enablePullDownRefresh" : false,
                "navigationStyle": "custom"
            }
        },
        {
            "path" : "pages/academicSchools/index",
            "style" : 
            {
                "enablePullDownRefresh" : false,
                "navigationStyle": "custom"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "中国历代医学人物知识库",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    }
}