yujialong 1 year ago
parent 5461a4e832
commit 654d7f1b72
  1. 2
      public/index.html
  2. 6
      src/const/modules.js
  3. 5
      src/setting.js

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta name="referrer" content="no-referrer" /> <meta name="referrer" content="no-referrer" />
<script src="/styles/tinymce/tinymce.min.js"></script> <script src="/styles/tinymce/tinymce.min.js"></script>
<title>深圳或然科技官网后台</title> <title>职站商城后台</title>
</head> </head>
<body> <body>
<noscript> <noscript>

@ -50,7 +50,7 @@ export default {
}, },
list: [ list: [
{ {
pic: 'https://huoran.oss-cn-shenzhen.aliyuncs.com/20230807/png/1688502978027741184.png', pic: 'https://huoran.oss-cn-shenzhen.aliyuncs.com/20230904/png/1698579017697353728.png',
title: '最全,最新的实验教学产品中心', title: '最全,最新的实验教学产品中心',
link: { link: {
linkName: '无', linkName: '无',
@ -130,7 +130,7 @@ export default {
isEnable: 1 isEnable: 1
}, },
{ {
pic: 'https://www.occupationlab.com/images/index/1.png', pic: 'https://www.occupationlab.com/images/index/2.png',
title: 'Dataforward数据前瞻', title: 'Dataforward数据前瞻',
link: { link: {
linkName: '无', linkName: '无',
@ -147,7 +147,7 @@ export default {
isEnable: 1 isEnable: 1
}, },
{ {
pic: 'https://www.occupationlab.com/images/index/1.png', pic: 'https://www.occupationlab.com/images/index/3.png',
title: '大赛平台', title: '大赛平台',
link: { link: {
linkName: '无', linkName: '无',

@ -5,15 +5,14 @@ const url = location.host;
const isDev = process.env.NODE_ENV === 'development' // 开发环境 const isDev = process.env.NODE_ENV === 'development' // 开发环境
let host = `${location.origin}/` let host = `${location.origin}/`
if (isDev) { if (isDev) {
// host = 'http://192.168.31.51:9999/' host = 'https://huorantech.com/'
host = 'http://139.159.254.212/'
} }
const Setting = { const Setting = {
/** /**
* 基础配置 * 基础配置
* */ * */
titleSuffix: '深圳或然科技官网后台', // 网页标题的后缀 titleSuffix: '职站商城后台', // 网页标题的后缀
routerMode: "hash", // 路由模式,可选值为 history 或 hash routerMode: "hash", // 路由模式,可选值为 history 或 hash
showProgressBar: true, // 页面切换时,是否显示模拟的进度条 showProgressBar: true, // 页面切换时,是否显示模拟的进度条
apiBaseURL: host, // 接口请求地址 apiBaseURL: host, // 接口请求地址

Loading…
Cancel
Save