Commit f436988d by lujunyi

备份

parent a9328bf7
...@@ -15,6 +15,7 @@ composer install ...@@ -15,6 +15,7 @@ composer install
4、执行生成app_key 4、执行生成app_key
php artisan key:generate php artisan key:generate
php artisan jwt:secret
5、配置数据库,修改.env文件 5、配置数据库,修改.env文件
DB_CONNECTION=mysql DB_CONNECTION=mysql
......
...@@ -325,11 +325,11 @@ public function run() ...@@ -325,11 +325,11 @@ public function run()
'order' => 5, 'order' => 5,
'title' => '药品标签', 'title' => '药品标签',
'icon' => null, 'icon' => null,
'uri' => 'tag', 'uri' => 'drug-tag',
'extension' => '', 'extension' => '',
'show' => 1, 'show' => 1,
'created_at' => '2024-11-06 16:18:58', 'created_at' => '2024-11-06 16:18:58',
'updated_at' => '2024-11-06 18:28:09', 'updated_at' => '2024-11-11 15:28:17',
], ],
[ [
'id' => 30, 'id' => 30,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment