去可见版权信息

This commit is contained in:
李志强 2025-08-06 18:00:20 +08:00
parent 4146097331
commit eb5f283a01
7 changed files with 46 additions and 16 deletions

View File

@ -226,12 +226,12 @@
@confirm="onConfirm"
/>
<view class="xs muted" style="margin: 50rpx 0;">
<view class="row-center">
<!-- <view class="row-center">
likeshop 提供免费开源商城系统
</view>
<view class="row-center">
© likeshop.cn
</view>
</view> -->
</view>
</view>
</template>

View File

@ -14,7 +14,7 @@ const IS_H5 = false
/** S API BaseURL **/
const baseURLMap = {
// 开发环境
development: 'https://likeshop-open.yixiangonline.com',
development: 'https://shop.mompockets.com',
// 生产环境https://php-b2c.likeshop.cn
production: IS_H5 ? location.origin : ''
}

View File

@ -156,7 +156,7 @@
"quickapp" : {},
/* */
"mp-weixin" : {
"appid" : "wx75faf8824586138a",
"appid" : "wx86331fe6bad13747",
"setting" : {
"urlCheck" : false,
"es6" : true,

View File

@ -59,12 +59,12 @@
</view>
</view>
<view class="xs muted" style="margin: 50rpx 0;">
<view class="row-center">
<!-- <view class="row-center">
likeshop 提供免费开源商城系统
</view>
<view class="row-center">
© likeshop.cn
</view>
</view> -->
</view>
</view>
</template>

View File

@ -190,12 +190,12 @@
</view>
<recommend />
<view class="xs muted" style="margin: 50rpx 0;">
<view class="row-center">
<!-- <view class="row-center">
likeshop 提供免费开源商城系统
</view>
<view class="row-center">
© likeshop.cn
</view>
</view> -->
</view>
</view>
</template>

View File

@ -1,7 +1,8 @@
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
"ignore": [],
"include": []
},
"setting": {
"urlCheck": true,
@ -36,16 +37,20 @@
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
"minifyWXSS": true,
"compileWorklet": false,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"condition": false,
"swc": false,
"disableSWC": true
},
"compileType": "miniprogram",
"libVersion": "2.14.4",
"appid": "wx983fc5527da47d86",
"appid": "wx86331fe6bad13747",
"projectname": "LikeShop",
"debugOptions": {
"hidedInDevtools": []
},
"scripts": {},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
@ -68,5 +73,6 @@
"miniprogram": {
"list": []
}
}
},
"editorSetting": {}
}

View File

@ -0,0 +1,24 @@
{
"libVersion": "3.9.0",
"projectname": "LikeShop",
"condition": {},
"setting": {
"urlCheck": true,
"coverView": true,
"lazyloadPlaceholderEnable": false,
"skylineRenderEnable": false,
"preloadBackgroundData": false,
"autoAudits": false,
"useApiHook": true,
"useApiHostProcess": true,
"showShadowRootInWxmlPanel": true,
"useStaticServer": false,
"useLanDebug": false,
"showES6CompileOption": false,
"compileHotReLoad": true,
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true,
"bigPackageSizeSupport": false,
"useIsolateContext": true
}
}