Commit 4909ad5de10d1357413449a8c1dda45fc99d5ae3
1 parent
71a765c4
Exists in
master
【工具】GM工具
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/components/PlayerEdit.vue
... | ... | @@ -277,11 +277,14 @@ export default { |
277 | 277 | value: '内网测试服', |
278 | 278 | }, { |
279 | 279 | value: '审核服', |
280 | + }, { | |
281 | + value: '正式服', | |
280 | 282 | }], |
281 | 283 | serversDict: { |
282 | - '本机': 'http://127.0.0.1:9002/api/gm/action', | |
284 | + '本机': 'http://localhost:9002/api/gm/action', | |
283 | 285 | '内网测试服': 'http://172.10.10.18:9002/api/gm/action', |
284 | 286 | '审核服': 'http://152.136.44.171:40002/api/gm/action', |
287 | + '正式服': 'http://47.93.188.168:40002/api/gm/action', | |
285 | 288 | }, |
286 | 289 | serverselected: '本机', |
287 | 290 | input1: '', | ... | ... |