10 changed files with 37 additions and 16 deletions
Split View
Diff Options
-
12components/business-components/factoryItem.vue
-
4env/index.js
-
9manifest.json
-
6pages/device-info/index.vue
-
5pages/device-production-info/index.vue
-
2pages/factory/index.vue
-
5pages/mine/index.vue
-
6pages/production-info/index.vue
-
4pages/promotion/index.vue
-
BINstatic/imgs/factory/default-factory.png
@ -1,8 +1,8 @@ |
|||
/** |
|||
* @description 唯一环境变量 |
|||
*/ |
|||
const env = 'test' |
|||
// const env = 'test'
|
|||
// const env = 'dev'
|
|||
// const env = 'production'
|
|||
const env = 'production' |
|||
|
|||
export default env |
|||
Write
Preview
Loading…
Cancel
Save