This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
clockIn-wechat-uniapp-241018
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix: 将环境配置从'dev'改为'prod'
master
前端-胡立永
4 days ago
parent
f092b009a0
commit
4e7721ebeb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
=
'd
ev
'
const
type
=
'
pro
d'
// 环境配置
Write
Preview
Loading…
Cancel
Save