質問編集履歴
3
コード内容の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
```typescript
|
8
8
|
|
9
|
-
const apiUrl = "https://hogehoge.com/api
|
9
|
+
const apiUrl = "https://hogehoge.com/api"
|
10
10
|
|
11
11
|
axios.get(apiUrl, {
|
12
12
|
|
2
コードに説明を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
params:{
|
14
14
|
|
15
|
-
device_number: deviceNumber
|
15
|
+
device_number: deviceNumber //deviceNumberはuseStateで管理している値
|
16
16
|
|
17
17
|
}
|
18
18
|
|
1
記事のリンクを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,6 +38,8 @@
|
|
38
38
|
|
39
39
|
調べたところ以下のような記事があったため試してみましたが、解決には至りませんでした。
|
40
40
|
|
41
|
+
https://qiita.com/ProjectEuropa/items/db71aa5658333abf967f
|
42
|
+
|
41
43
|
解決方法等ご存知の方いらっしゃいましたら教えていただきたいです。
|
42
44
|
|
43
45
|
よろしくお願いいたします。
|