|
@@ -5,6 +5,8 @@ const getters = {
|
|
baseApi: state => process.env.BASE_API,
|
|
baseApi: state => process.env.BASE_API,
|
|
loading: state => state.app.loading,
|
|
loading: state => state.app.loading,
|
|
ossDomain: state => state.app.ossDomain,
|
|
ossDomain: state => state.app.ossDomain,
|
|
- locale: state => state.app.locale
|
|
|
|
|
|
+ locale: state => state.app.locale,
|
|
|
|
+ version: state => process.env.VERSION ?? '0.01',
|
|
|
|
+ website_url: state => 'https://mp-test-onlinecatelogue.matchexpo.cn'
|
|
}
|
|
}
|
|
export default getters
|
|
export default getters
|