Commit 89f9aa97 by 汤强勇

init project

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