更新秘地
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
methods: {
|
||||
getDetail(id) {
|
||||
http.get('/api/Help/help_detail', {
|
||||
token: uni.getStorageSync('token') ?? '',
|
||||
token: uni.getStorageSync('token') || '',
|
||||
id: id
|
||||
}).then(response => {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user