From 0ede55ac81292273198d270c8dbc297a6bbab7af Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 20 六月 2024 11:39:15 +0800 Subject: [PATCH] 增加产品,工单工序设置的实体 --- Tiger.Api/appsettings.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Tiger.Api/appsettings.json b/Tiger.Api/appsettings.json index 67697c4..b7c8575 100644 --- a/Tiger.Api/appsettings.json +++ b/Tiger.Api/appsettings.json @@ -39,7 +39,9 @@ "Vue31": "https://localhost:3100", "Vue32": "http://localhost:10591", "Vue4": "http://127.0.0.1:5173", - "Vue5": "http://localhost:5173" + "Vue5": "http://localhost:5173", + "Vue3108": "http://localhost:3108", + "Vue3118": "http://localhost:3118" }, "MQTT": { "Enable": true, -- Gitblit v1.9.3