智慧农业后台管理页面
guoshilong
2022-09-03 9a1bfc5ec5f139cf06618bbb7005f571e850a2e5
画图地址更改
1 files modified
2 ■■■ changed files
src/store/modules/user.js 2 ●●● patch | view | raw | blame | history
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: 'http://182.106.212.58:8013'
  },
  actions: {
    loginInfoByToken({commit}) {