changes
This commit is contained in:
@@ -2,8 +2,8 @@ import Vue from 'vue'
|
|||||||
const mode = 'dev'
|
const mode = 'dev'
|
||||||
var paths = [
|
var paths = [
|
||||||
{name: 'local', url: 'http://127.0.0.1:8000/' },
|
{name: 'local', url: 'http://127.0.0.1:8000/' },
|
||||||
{name: 'dev', url: 'https://dev.api.utopia.com.vn/' },
|
{name: 'dev', url: 'https://api.bigdatatech.cloud/' },
|
||||||
{name: 'prod', url: 'https://api.utopia.com.vn/' }
|
{name: 'prod', url: 'https://api.bigdatatech.cloud/' }
|
||||||
]
|
]
|
||||||
const path = paths.find(v=>v.name===mode).url
|
const path = paths.find(v=>v.name===mode).url
|
||||||
const apis = [
|
const apis = [
|
||||||
|
|||||||
Reference in New Issue
Block a user