Browse Source

fix: 将环境配置从'dev'改为'prod'

master
前端-胡立永 5 days ago
parent
commit
4e7721ebeb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config.js

+ 1
- 1
config.js View File

@ -6,7 +6,7 @@ import uvUI from '@/uni_modules/uv-ui-tools'
Vue.use(uvUI);
// 当前环境
const type = 'dev'
const type = 'prod'
// 环境配置


Loading…
Cancel
Save