23
This commit is contained in:
parent
a1fc53dbd9
commit
e94ddeb521
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
//接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口: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
|
||||
export const apiFilesUrl = 'https://files.cdn.coreshop.cn';
|
||||
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
"devServer" : {
|
||||
"port" : 80,
|
||||
"disableHostCheck" : true,
|
||||
"https" : false
|
||||
"https" : true
|
||||
},
|
||||
"sdkConfigs" : {
|
||||
"maps" : {
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ layui.define(['laytpl', 'layer', 'element', 'util'], function (exports) {
|
|||
, engine: '.html' //视图文件后缀名
|
||||
, pageTabs: false //是否开启页面选项卡功能。单页版不推荐开启
|
||||
|
||||
, name: '核心商城系统'
|
||||
, version: 'CoreShop v1.5.5'
|
||||
, name: '雨宝庄严'
|
||||
, version: 'v1.0.0'
|
||||
, tableName: 'CoreCms' //本地存储表名
|
||||
, MOD_NAME: 'admin' //模块事件名
|
||||
|
||||
|
|
|
|||
|
|
@ -104,54 +104,7 @@
|
|||
</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-card">
|
||||
|
|
|
|||
|
|
@ -63,8 +63,8 @@
|
|||
lay-done="layui.element.render('nav', 'layadmin-system-side-menu');layui.data.updateMainBreadcrumb();" id="TPL_layout">
|
||||
|
||||
<div class="layui-logo" lay-href="">
|
||||
<!--<span>{{ layui.setter.name || '核心商城系统' }}</span>-->
|
||||
<img src="../static/images/common/coreshop.png" style="height: 50px;width: 220px;" />
|
||||
<span>{{ layui.setter.name || '商城系统' }}</span>
|
||||
<!-- <img src="../static/images/common/coreshop.png" style="height: 50px;width: 220px;" /> -->
|
||||
</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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user