更新:更新app首页广告管理功能;修改标题和品牌信息;

This commit is contained in:
2026-04-09 16:56:47 +08:00
parent 5bf2cc3f6b
commit fe09951db0
8 changed files with 2347 additions and 2352 deletions

1
.gitignore vendored
View File

@@ -20,3 +20,4 @@ selenium-debug.log
# common
common/common.vue
/src/views/common/common.vue
dist.zip

View File

@@ -7,7 +7,6 @@ const devEnv = require('./dev.env')
module.exports = {
dev: {
// Paths
assetsSubDirectory: 'static',
assetsPublicPath: '/',
@@ -24,7 +23,7 @@ module.exports = {
},
// Various Dev Server settings
host: 'localhost', // can be overwritten by process.env.HOST
host: '192.168.110.161', // can be overwritten by process.env.HOST
port: 8002, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>花生享阅后台管理系统</title>
<title>海外吴门国际后台管理系统</title>
<% if (process.env.NODE_ENV === 'production') { %>
<!-- 生产环境 -->
<script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>');</script>

4672
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -76,8 +76,7 @@
"html-webpack-plugin": "2.30.1",
"jest": "21.2.0",
"jest-serializer-vue": "0.3.0",
"less": "^4.1.3",
"less-loader": "^5.0.0",
"-loader": "^5.0.0",
"nightwatch": "0.9.12",
"node-notifier": "5.1.2",
"optimize-css-assets-webpack-plugin": "3.2.0",

View File

@@ -3,7 +3,7 @@
<div class="site-content__wrapper">
<div class="site-content">
<div class="brand-info">
<h2 class="brand-info__text">众妙之门花生享阅</h2>
<h2 class="brand-info__text">海外吴门国际后台管理系统</h2>
<!-- <p class="brand-info__intro">renren-fast-vue基于vueelement-ui构建开发实现renren-fast后台管理前端功能提供一套更优的前端解决方案</p> -->
</div>
<div class="login-main">

View File

@@ -20,9 +20,7 @@
>
<template slot-scope="scope">
<div>
<span v-if="scope.row.appType == 0">疯子读书</span>
<span v-if="scope.row.appType == 1">吴门医述</span>
<span v-if="scope.row.appType == 2">众妙之门</span>
<span v-if="scope.row.appType == 10">吴门国际</span>
</div>
</template>
</el-table-column>
@@ -176,9 +174,7 @@ export default {
],
selectQueryApp: null,
APPList: [
{ label: "疯子读书", value: 0 },
{ label: "吴门医述", value: 1 },
{ label: "众妙之门", value: 2 }
{ label: "吴门国际", value: 10 },
],
dataForm: {
key: ""

View File

@@ -5,10 +5,10 @@
window.SITE_CONFIG = {};
// api接口请求地址
//window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境11
window.SITE_CONFIG['baseUrl'] = 'https://global.nuttyreading.com'; //线上
//window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; //线上正式环境
//window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9300/pb'; //zcc
// window.SITE_CONFIG['baseUrl'] = 'https://testapi.nuttyreading.com'; // 线上测试环境11
// window.SITE_CONFIG['baseUrl'] = 'https://global.nuttyreading.com'; //线上
// window.SITE_CONFIG['baseUrl'] = 'https://api.nuttyreading.com'; //线上正式环境
window.SITE_CONFIG['baseUrl'] = 'http://192.168.110.100:9300/pb'; //zcc
// cdn地址 = 域名 + 版本号
window.SITE_CONFIG['domain'] = './'; // 域名