去可见版权信息

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

View File

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

View File

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

View File

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

View File

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

View File

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