|
@@ -20,8 +20,6 @@ import './utils/error-log' // error log
|
|
|
import * as filters from './filters' // global filters
|
|
|
|
|
|
const simplePwd = 'caimei123' // 简单密码
|
|
|
-const baseUrl = 'https://mai-b.caimei365.com' // 测试
|
|
|
-// const baseUrl = 'https://mai.caimei365.com' //正式
|
|
|
/**
|
|
|
* If you don't want to use mock-server
|
|
|
* you want to use MockJs for mock api
|
|
@@ -45,7 +43,6 @@ Object.keys(filters).forEach(key => {
|
|
|
})
|
|
|
|
|
|
Vue.prototype.simplePwd = simplePwd
|
|
|
-Vue.prototype.baseUrl = baseUrl
|
|
|
Vue.config.productionTip = false
|
|
|
|
|
|
new Vue({
|