23
This commit is contained in:
parent
a1fc53dbd9
commit
e94ddeb521
|
|
@ -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://192.168.1.21:2026';
|
export const apiBaseUrl = 'https://shop.api.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';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -131,7 +131,7 @@
|
||||||
"devServer" : {
|
"devServer" : {
|
||||||
"port" : 80,
|
"port" : 80,
|
||||||
"disableHostCheck" : true,
|
"disableHostCheck" : true,
|
||||||
"https" : false
|
"https" : true
|
||||||
},
|
},
|
||||||
"sdkConfigs" : {
|
"sdkConfigs" : {
|
||||||
"maps" : {
|
"maps" : {
|
||||||
|
|
|
||||||
|
|
@ -11,8 +11,8 @@ layui.define(['laytpl', 'layer', 'element', 'util'], function (exports) {
|
||||||
, engine: '.html' //视图文件后缀名
|
, engine: '.html' //视图文件后缀名
|
||||||
, pageTabs: false //是否开启页面选项卡功能。单页版不推荐开启
|
, pageTabs: false //是否开启页面选项卡功能。单页版不推荐开启
|
||||||
|
|
||||||
, name: '核心商城系统'
|
, name: '雨宝庄严'
|
||||||
, version: 'CoreShop v1.5.5'
|
, version: 'v1.0.0'
|
||||||
, tableName: 'CoreCms' //本地存储表名
|
, tableName: 'CoreCms' //本地存储表名
|
||||||
, MOD_NAME: 'admin' //模块事件名
|
, MOD_NAME: 'admin' //模块事件名
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -105,53 +105,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="layui-col-md4">
|
|
||||||
<div class="layui-card">
|
|
||||||
<div class="layui-card-header"><i class="layui-icon layui-icon-speaker"></i>版本信息</div>
|
|
||||||
<div class="layui-card-body layui-text">
|
|
||||||
<table class="layui-table">
|
|
||||||
<colgroup>
|
|
||||||
<col width="100">
|
|
||||||
<col>
|
|
||||||
</colgroup>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>当前版本</td>
|
|
||||||
<td>
|
|
||||||
<script type="text/html" template>
|
|
||||||
{{ layui.setter.version }}
|
|
||||||
<a href="http://www.coreshop.cn/" target="_blank" style="padding-left: 10px;">日志</a>
|
|
||||||
</script>
|
|
||||||
<a href="http://www.coreshop.cn/" target="_blank" style="padding-left: 5px;">检查更新</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>基于框架</td>
|
|
||||||
<td>
|
|
||||||
<script type="text/html" template>
|
|
||||||
Asp.Net Core 8.0
|
|
||||||
</script>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>主要特色</td>
|
|
||||||
<td>单页面 / 响应式 / 清爽 / 极简</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>获取渠道</td>
|
|
||||||
<td style="padding-bottom: 0;">
|
|
||||||
<div class="layui-btn-container">
|
|
||||||
<a href="http://www.coreshop.cn/" target="_blank" class="layui-btn layui-btn-danger">获取授权</a>
|
|
||||||
<a href="https://github.com/CoreUnion/CoreShop" target="_blank" class="layui-btn">GitHub下载</a>
|
|
||||||
<a href="https://gitee.com/CoreUnion/CoreShop" target="_blank" class="layui-btn">Gitee下载</a>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="layui-col-md6">
|
<div class="layui-col-md6">
|
||||||
<div class="layui-card">
|
<div class="layui-card">
|
||||||
|
|
|
||||||
|
|
@ -63,8 +63,8 @@
|
||||||
lay-done="layui.element.render('nav', 'layadmin-system-side-menu');layui.data.updateMainBreadcrumb();" id="TPL_layout">
|
lay-done="layui.element.render('nav', 'layadmin-system-side-menu');layui.data.updateMainBreadcrumb();" id="TPL_layout">
|
||||||
|
|
||||||
<div class="layui-logo" lay-href="">
|
<div class="layui-logo" lay-href="">
|
||||||
<!--<span>{{ layui.setter.name || '核心商城系统' }}</span>-->
|
<span>{{ layui.setter.name || '商城系统' }}</span>
|
||||||
<img src="../static/images/common/coreshop.png" style="height: 50px;width: 220px;" />
|
<!-- <img src="../static/images/common/coreshop.png" style="height: 50px;width: 220px;" /> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="layui-nav layui-nav-tree coreshop-nav-tree" lay-shrink="all" id="LAY-system-side-menu" lay-filter="layadmin-system-side-menu">
|
<ul class="layui-nav layui-nav-tree coreshop-nav-tree" lay-shrink="all" id="LAY-system-side-menu" lay-filter="layadmin-system-side-menu">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user