Commit 89f9aa97 by 汤强勇

init project

parent 8b2cfdbd
let env = process.env
let api = `${env.host}`
console.log(env)
export default {
base: `${api}/${env.project}/${env.requestUrl}/`,
...env
......
......@@ -11,7 +11,6 @@ import store from './store'
import { sync } from 'vuex-router-sync'
import { momentPlugin, utils } from '@/plugin'
// Vue.use(VueRx)
Vue.config.productionTip = false
......
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