From d68f647b3e74f073d65b21de5e3f1259f70cf1ac Mon Sep 17 00:00:00 2001 From: yubo <autumnal_wind@yeah.net> Date: 星期二, 24 三月 2026 12:15:04 +0800 Subject: [PATCH] feat(upload): 支持上传方式选择弹窗功能 --- .env.development | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 616f8d1..ac67b83 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://127.0.0.1:8301/' +VUE_APP_BASE_API = 'http://192.168.5.12:8301/' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. -- Gitblit v1.8.0