From 275b6c4986343c3e4230e1ad28ce9548b017d584 Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期四, 05 二月 2026 14:06:07 +0800 Subject: [PATCH] 代码初始化 --- admin/.env.production | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/.env.production b/admin/.env.production index f681f22..096205e 100644 --- a/admin/.env.production +++ b/admin/.env.production @@ -3,5 +3,5 @@ # 鍏抽棴DEBUG VUE_APP_DEBUG = 'off' -VUE_APP_CONTEXT_PATH = '/diandongche_admin' -VUE_APP_API_URL = ' ' +VUE_APP_CONTEXT_PATH = '/admin' +VUE_APP_API_URL = 'https://pay.smartbee.run/admin_interface' -- Gitblit v1.9.3