From 1f9f44f19d7a53e8b784dca31f3a512e590e729b Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 26 Oct 2022 09:38:15 +0800
Subject: [PATCH] 修复添加时,id残留,导致无法新增的问题
---
src/store/modules/user.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/user.js b/src/store/modules/user.js
index b0bdaa0..a14735d 100644
--- a/src/store/modules/user.js
+++ b/src/store/modules/user.js
@@ -52,7 +52,7 @@
token: getStore({name: 'token'}) || '',
refreshToken: getStore({name: 'refreshToken'}) || '',
$farmId: 0,
- drawMapUrlBase: 'http://127.0.0.1:8080'
+ drawMapUrlBase: 'https://dev.jxpskj.com:8013'
},
actions: {
loginInfoByToken({commit}) {
--
Gitblit v1.9.3