Commit 356a94df authored by nanahira's avatar nanahira

fix

parent 5276008d
Pipeline #438 canceled with stages
......@@ -31,14 +31,14 @@
<script>
/* eslint-disable */
const isTest = true;
const isTest = false;
let APP_DOMAIN = '';
if(isTest){
APP_DOMAIN = "https://railgun.momobako.com"
}else{
APP_DOMAIN = window.location.protocol + '//' + window.location.host;
}
console.log(APP_DOMAIN);
//console.log(APP_DOMAIN);
export default {
name: 'app',
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