This commit is contained in:
2025-09-02 09:47:33 +08:00
parent 0f0623d8cc
commit 53687e9ba3

View File

@@ -1,6 +1,6 @@
import * as types from '../types'
const state = {
serverUrl: 'http://localhost:8011', // ip服务
serverUrl: 'http://192.168.100.201:8011', // ip服务
userRole: 2, // 用户角色1 表示管理员2 表示普通用户
}