Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정승우
/
YaguMoa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
SW0000J
2020-06-17 16:02:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c4f9f203d926beb727466495a4b74ed33beee75
6c4f9f20
1 parent
39dbe40c
route 배열 오류 수정
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
0 deletions
routes/doosan.js
routes/hanwha.js
routes/kia.js
routes/kiwoom.js
routes/kt.js
routes/lg.js
routes/lotte.js
routes/nc.js
routes/samsung.js
routes/sk.js
routes/doosan.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let doosan = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
doosan
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
routes/hanwha.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let hanwha = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
hanwha
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
routes/kia.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let kia = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
kia
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
routes/kiwoom.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let kiwoom = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
kiwoom
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
routes/kt.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let kt = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
kt
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
routes/lg.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let lg = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
lg
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
routes/lotte.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let lotte = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
lotte
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
routes/nc.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let nc = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
nc
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
routes/samsung.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let samsung = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
smasung
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
routes/sk.js
View file @
6c4f9f2
...
...
@@ -23,6 +23,7 @@ let sk = new Array();
const
loadlist
=
async
function
()
{
try
{
newlist
=
[]
sk
=
[]
isplus1
=
await
getIsplus1
();
isplus2
=
await
getIsplus2
();
isplus3
=
await
getIsplus3
();
...
...
Please
register
or
login
to post a comment