Skip to content

Commit 09a00e7

Browse files
committed
更新上传配置初始化数据信息
1 parent ad1ee1c commit 09a00e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/20220330140930_vuecmf_database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ public function up()
777777
['id' => 81, 'label' => '删除模型联动设置', 'api_path' => '/vuecmf/model_form_linkage/delete', 'model_id' => 12, 'action_type' => 'delete'],
778778
['id' => 82, 'label' => '批量保存模型联动设置', 'api_path' => '/vuecmf/model_form_linkage/saveAll', 'model_id' => 12, 'action_type' => 'save_all'],
779779

780-
['id' => 83, 'label' => '文件上传', 'api_path' => '/vuecmf/upload/', 'model_id' => 13, 'action_type' => 'upload'],
780+
['id' => 83, 'label' => '文件上传', 'api_path' => '/vuecmf/upload', 'model_id' => 13, 'action_type' => 'upload'],
781781
];
782782
$this->table('model_action')->insert($data)->save();
783783

0 commit comments

Comments
 (0)