This commit is contained in:
weipengfei 2023-11-09 19:10:18 +08:00
parent 6a6cfd9f76
commit 577c7c9d54
2 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ let httpApiThree
let wsApi let wsApi
// 在打包之前请检查当前环境是否正确 // 在打包之前请检查当前环境是否正确
// const env = 'dev'; // 开发 const env = 'dev'; // 开发
const env = 'prod'; // 生产 // const env = 'prod'; // 生产
// const env = 'prew'; // 预上线 // const env = 'prew'; // 预上线
switch (env) { switch (env) {

View File

@ -574,7 +574,7 @@ export default {
}, },
data () { data () {
return { return {
no_prod: false, no_prod: true,
company: '', company: '',
organization_code: '', organization_code: '',
locationArr: ({}), locationArr: ({}),