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, 7 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 897712c..028b314 100644 --- a/.env.development +++ b/.env.development @@ -5,13 +5,18 @@ ENV = 'development' # 寮�鍙戠幆澧� -VUE_APP_BASE_API = 'http://192.168.11.203/prod-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.203:80/prod-api/' +# 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娑堟伅鏈嶅姟鍣ㄨ繛鎺ュ湴鍧� VUE_APP_MQTT_SERVER_URL = 'ws://101.201.75.67:8083/mqtt' -- Gitblit v1.9.3