Commit 71a765c4b6d62dc233ee25c0b2af62d16b50dde8
1 parent
b036f805
Exists in
master
【工具】GM工具
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
public/favicon1.ico
No preview for this file type
src/components/PlayerEdit.vue
... | ... | @@ -279,7 +279,7 @@ export default { |
279 | 279 | value: '审核服', |
280 | 280 | }], |
281 | 281 | serversDict: { |
282 | - '本机': 'http://localhost:9002/api/gm/action', | |
282 | + '本机': 'http://127.0.0.1:9002/api/gm/action', | |
283 | 283 | '内网测试服': 'http://172.10.10.18:9002/api/gm/action', |
284 | 284 | '审核服': 'http://152.136.44.171:40002/api/gm/action', |
285 | 285 | }, | ... | ... |