From f76b96c26b878840ecc80b79d1e28e477d5573e6 Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期一, 01 七月 2024 18:10:25 +0800 Subject: [PATCH] 模型发布管理 添加 --- .env.development | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 4b6b3bd..028b314 100644 --- a/.env.development +++ b/.env.development @@ -5,14 +5,17 @@ ENV = 'development' # 寮�鍙戠幆澧� -# VUE_APP_BASE_API = 'http://192.168.11.203/prod-api' -# VUE_APP_BASE_API = '/dev-api/' + +# www api +# VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = 'http://192.168.11.203:80/prod-api/' # 璺敱鎳掑姞杞� VUE_CLI_BABEL_TRANSPILE_MODULES = true # 鍚庣鎺ュ彛鍦板潃 -# VUE_APP_SERVER_API_URL = 'http://192.168.11.51:8080' +# www api +# VUE_APP_SERVER_API_URL = 'http://192.168.11.58:8080' + VUE_APP_SERVER_API_URL = 'http://192.168.11.203:80' # Mqtt娑堟伅鏈嶅姟鍣ㄨ繛鎺ュ湴鍧� -- Gitblit v1.9.3