价格显示修改为获取接口

This commit is contained in:
2025-12-16 09:53:38 +08:00
parent 727d56e325
commit cca8804e57
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
"version" : "1.0", "version" : "1.0",
"configurations" : [ "configurations" : [
{ {
"customPlaygroundType" : "local", "customPlaygroundType" : "device",
"playground" : "custom", "playground" : "standard",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
}, },
{ {

View File

@@ -1,5 +1,5 @@
//打包时修改env的值即可 //打包时修改env的值即可
const env = 'local' //test,production,local const env = 'production' //test,production,local
export const encryptKey = '1234567890123456' // http数据加解密的key export const encryptKey = '1234567890123456' // http数据加解密的key