diff --git a/pages.json b/pages.json
index 5f66449b75efba4f8886ae1a8b02245cba4994b9..88a6fe542579cadf19d76649e4801d4cf4d9fc23 100644
--- a/pages.json
+++ b/pages.json
@@ -667,13 +667,13 @@
}
},
{
- "path": "pages/API/call-function/call-function",
+ "path": "pages/API/unicloud-call-function/unicloud-call-function",
"style": {
"navigationBarTitleText": ""
}
},
{
- "path": "pages/API/import-object/import-object",
+ "path": "pages/API/unicloud-import-object/unicloud-import-object",
"style": {
"navigationBarTitleText": ""
}
@@ -891,7 +891,16 @@
"navigationStyle": "custom"
}
}
- ],
+ ,{
+ "path" : "pages/API/unicloud-file-api/unicloud-file-api",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp x",
diff --git a/pages/API/call-function/call-function.uvue b/pages/API/unicloud-call-function/unicloud-call-function.uvue
similarity index 100%
rename from pages/API/call-function/call-function.uvue
rename to pages/API/unicloud-call-function/unicloud-call-function.uvue
diff --git a/pages/API/unicloud-file-api/unicloud-file-api.uvue b/pages/API/unicloud-file-api/unicloud-file-api.uvue
new file mode 100644
index 0000000000000000000000000000000000000000..0eb73525d740af5a49a17a05d9174d6147f80774
--- /dev/null
+++ b/pages/API/unicloud-file-api/unicloud-file-api.uvue
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/API/import-object/import-object.uvue b/pages/API/unicloud-import-object/unicloud-import-object.uvue
similarity index 100%
rename from pages/API/import-object/import-object.uvue
rename to pages/API/unicloud-import-object/unicloud-import-object.uvue
diff --git a/pages/tabBar/API.uvue b/pages/tabBar/API.uvue
index ebdfcaa792ecb6ff6796bf0055b8e11cd14d118a..dc16c6dbd902cfb4331a50730275d5c87f405bf7 100644
--- a/pages/tabBar/API.uvue
+++ b/pages/tabBar/API.uvue
@@ -380,11 +380,15 @@
pages: [
{
name: '云函数',
- url: 'call-function',
+ url: 'unicloud-call-function',
},
{
name: '云对象',
- url: 'import-object',
+ url: 'unicloud-import-object',
+ },
+ {
+ name: '云存储',
+ url: 'unicloud-file-api',
},
] as Page[],
},