diff --git a/.env.development.example b/.env.development.example deleted file mode 100644 index d2e5ba2..0000000 --- a/.env.development.example +++ /dev/null @@ -1,2 +0,0 @@ -# 开发环境 -VUE_APP_BASE_API='' \ No newline at end of file diff --git a/.env.production.example b/.env.production.example deleted file mode 100644 index 35820a6..0000000 --- a/.env.production.example +++ /dev/null @@ -1,9 +0,0 @@ -# 线上环境 -#请仔细阅读以下注意事项: -#针对微信小程序打包注意如下:(非公众号和H5) -#1.如果使用后台一键上传小程序功能此处文件无需更改,直接在后台点击一键上传即可完成上传 -#2.如果要手动上传,则在''填入对应域名,按照文档完成小程序上传与审核 -#-----以下为二开注意事项(没有二开可以忽略)----- -#3.二开注意:如果要继续使用后台一键上传小程序功能,请在完成二开后打包微信小程序(在uniapp中执行发行-微信小程序,无需手动在微信开发者工具上传)再执行/uniapp下的autoMiniprogram.sh脚本,将打包结果拷贝至对应目录 -#4.二开注意:如果无需使用后台一键上传小程序功能,按照文档正常完成在uniapp中执行发行-微信小程序后点击上传即可。 -VUE_APP_BASE_API='' \ No newline at end of file diff --git a/manifest.json b/manifest.json index a0d1993..3921ed1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name" : "likeshop多商户", - "appid" : "__UNI__9840B71", + "name" : "茶址商城", + "appid" : "__UNI__BF9BEDF", "description" : "", "versionName" : "2.4.0", "versionCode" : 100, @@ -138,7 +138,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx6edabb8bae33d128", + "appid" : "wx63e106209b842919", "setting" : { "urlCheck" : false, "minified" : true,