diff --git a/src/api/model/system.js b/src/api/model/system.js
index 49cf0f0c..85ce415f 100644
--- a/src/api/model/system.js
+++ b/src/api/model/system.js
@@ -4,7 +4,7 @@ import http from "@/utils/request"
export default {
menu: {
myMenus: {
- url: `${config.API_URL}/system/menu/my/1.4.2`,
+ url: `${config.API_URL}/system/menu/my/1.5.0`,
name: "获取我的菜单",
get: async function(){
return await http.get(this.url);
diff --git a/src/views/vab/cron.vue b/src/views/vab/cron.vue
new file mode 100644
index 00000000..023137b0
--- /dev/null
+++ b/src/views/vab/cron.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file