This commit is contained in:
zpc 2025-08-28 13:52:29 +08:00
parent a8318b8be7
commit 4722eada03
4 changed files with 41 additions and 56 deletions

View File

@ -5,7 +5,7 @@
//接口请求地址如果需要不部署接口端的情况下测试uni-app可以直接替换为官方测试接口https://api.demo.coreshop.cn //接口请求地址如果需要不部署接口端的情况下测试uni-app可以直接替换为官方测试接口https://api.demo.coreshop.cn
// export const apiBaseUrl = 'https://api.demo.coreshop.cn'; // export const apiBaseUrl = 'https://api.demo.coreshop.cn';
export const apiBaseUrl = 'http://localhost:2015'; export const apiBaseUrl = 'https://shop.zpc-xy.com';
//项目静态资源请求地址如果使用官方的静态文件地址可以直接替换为https://files.cdn.coreshop.cn //项目静态资源请求地址如果使用官方的静态文件地址可以直接替换为https://files.cdn.coreshop.cn
export const apiFilesUrl = 'https://files.cdn.coreshop.cn'; export const apiFilesUrl = 'https://files.cdn.coreshop.cn';

View File

@ -1,22 +1,15 @@
<template> <template>
<view class="coreshop-copyright"> <view class="coreshop-copyright"> </view>
<view class="u-font-xs">
Powered by CoreShop
</view>
<view class="beian u-font-xs" v-if="shopBeiAn">
<view v-if="shopBeiAn"><a href="http://beian.miit.gov.cn/" target="_blank" style="font-size:24upx">备案号{{shopBeiAn}}</a></view>
</view>
</view>
</template> </template>
<script> <script>
export default { export default {
data() { data() {
return { return {
shopBeiAn: this.$store.state.config.shopBeiAn || '', shopBeiAn: this.$store.state.config.shopBeiAn || "",
} };
} },
} };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
</style> </style>

View File

@ -10,7 +10,7 @@
<u-image width="48rpx" height="48rpx" :src="shopLogo"></u-image> <u-image width="48rpx" height="48rpx" :src="shopLogo"></u-image>
</view> </view>
<text class="shopName"> <text class="shopName">
{{shopName||'登录授权'}} {{'授权'}}
</text> </text>
<text class="get"> <text class="get">
申请 申请

View File

@ -1,14 +1,13 @@
{ {
"name" : "核心商城系统", "name" : "商城系统",
"appid" : "__UNI__EAACF14", "appid" : "__UNI__03837BD",
"description" : "核心商城系统CoreShop是基于uni-app框架开发的商城应用程序", "description" : "商城系统是基于uni-app框架开发的商城应用程序",
"versionName" : "1.0", "versionName" : "1.0",
"versionCode" : 1, "versionCode" : 1,
"transformPx" : false, "transformPx" : false,
"app-plus" : { "app-plus" : {
/* 5+App */ /* 5+App */
"modules" : { "modules" : {
"Payment" : {},
"VideoPlayer" : {} "VideoPlayer" : {}
}, },
/* */ /* */
@ -44,52 +43,45 @@
], ],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
}, },
"ios" : {}, "ios" : {
"dSYMs" : false
},
/* ios */ /* ios */
"sdkConfigs" : { "sdkConfigs" : {
"payment" : { "payment" : {},
"weixin" : {
"appid" : "wxd56f71964a318e5d"
},
"alipay" : {
"scheme" : ""
}
},
"ad" : {}, "ad" : {},
"maps" : {}, "maps" : {},
"oauth" : { "oauth" : {}
"univerify" : {}
}
}, },
"icons" : { "icons" : {
"android" : { "android" : {
"hdpi" : "", "hdpi" : "unpackage/res/icons/72x72.png",
"xhdpi" : "", "xhdpi" : "unpackage/res/icons/96x96.png",
"xxhdpi" : "", "xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "" "xxxhdpi" : "unpackage/res/icons/192x192.png"
}, },
"ios" : { "ios" : {
"appstore" : "", "appstore" : "unpackage/res/icons/1024x1024.png",
"ipad" : { "ipad" : {
"app" : "", "app" : "unpackage/res/icons/76x76.png",
"app@2x" : "", "app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "", "notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "", "notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "", "proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "", "settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "", "settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "", "spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "" "spotlight@2x" : "unpackage/res/icons/80x80.png"
}, },
"iphone" : { "iphone" : {
"app@2x" : "", "app@2x" : "unpackage/res/icons/120x120.png",
"app@3x" : "", "app@3x" : "unpackage/res/icons/180x180.png",
"notification@2x" : "", "notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "", "notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "", "settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "", "settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@2x" : "", "spotlight@2x" : "unpackage/res/icons/80x80.png",
"spotlight@3x" : "" "spotlight@3x" : "unpackage/res/icons/120x120.png"
} }
} }
} }
@ -121,7 +113,7 @@
"requiredPrivateInfos" : [ "getFuzzyLocation" ] "requiredPrivateInfos" : [ "getFuzzyLocation" ]
}, },
"h5" : { "h5" : {
"title" : "核心商城系统", "title" : "商城系统",
"domain" : "https://h5.demo.coreshop.com.cn/", "domain" : "https://h5.demo.coreshop.com.cn/",
"router" : { "router" : {
"base" : "./", "base" : "./",