活动问卷
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

6 regels
274 B

  1. import Vue from 'vue';
  2. const host = process.env.ENV_PATH == undefined ? require('../env/dev.js') : require(process.env.ENV_PATH);
  3. export const BASE_URL = `${host.baseUrl}${process.env.NODE_ENV == 'development' ? host.dev : host.prod }` // 基础路径