From ff081f4465dd2c37bfcaf6f478e15312ce5cd678 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期二, 03 十二月 2024 19:24:44 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/funingyunwei --- admin/.gitignore | 2 +- admin/.env.development | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/admin/.env.development b/admin/.env.development new file mode 100644 index 0000000..a124a35 --- /dev/null +++ b/admin/.env.development @@ -0,0 +1,10 @@ +# 寮�鍙戠幆澧冮厤缃� +NODE_ENV = 'development' +# 椤圭洰涓婁笅鏂囪矾寰� +VUE_APP_CONTEXT_PATH = './' + +#VUE_APP_API_URL = 'http://localhost:10010' +VUE_APP_API_URL = 'http://192.168.0.163:10010' +# VUE_APP_API_URL = 'https://dmtest.ahapp.net/fn_admin' +# VUE_APP_API_URL = 'http://10.50.250.253:8088/gateway_interface' + diff --git a/admin/.gitignore b/admin/.gitignore index 44007c7..c2dd892 100644 --- a/admin/.gitignore +++ b/admin/.gitignore @@ -1,7 +1,7 @@ .DS_Store coderd.json node_modules -.env.development +# .env.development /dist -- Gitblit v1.9.3