Commit 356a94df authored by nanahira's avatar nanahira

fix

parent 5276008d
Pipeline #438 canceled with stages
...@@ -31,14 +31,14 @@ ...@@ -31,14 +31,14 @@
<script> <script>
/* eslint-disable */ /* eslint-disable */
const isTest = true; const isTest = false;
let APP_DOMAIN = ''; let APP_DOMAIN = '';
if(isTest){ if(isTest){
APP_DOMAIN = "https://railgun.momobako.com" APP_DOMAIN = "https://railgun.momobako.com"
}else{ }else{
APP_DOMAIN = window.location.protocol + '//' + window.location.host; APP_DOMAIN = window.location.protocol + '//' + window.location.host;
} }
console.log(APP_DOMAIN); //console.log(APP_DOMAIN);
export default { export default {
name: 'app', name: 'app',
created(){ created(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment