羊了个羊在线版 详情教学

前端代码

页面标题修改

index.html

code

  1. <title>羊了个羊 | 刀客源码网</title>

接口相关修改

/assets/resources/index.8b75c.js

第7877-7915行

主要将 sheep.dkewl.com 修改为您后端服务的域名

code

  1.         var n = t(“./data-type”)
  2.           , a = n.ENV.online
  3.           , i = {
  4.             local: {
  5.                 evn: n.ENV.local,
  6.                 host: “http://192.168.31.86:8080”,
  7.                 reportPrefix: “local_”
  8.             },
  9.             beta: {
  10.                 evn: n.ENV.beta,
  11.                 host: “http://192.144.195.86”,
  12.                 reportPrefix: “beta_”
  13.             },
  14.             online: {
  15.                 evn: n.ENV.online,
  16.                 host: “https://sheep.dkewl.com”,
  17.                 reportPrefix: “sheep_”
  18.             },
  19.             onlineWx: {
  20.                 evn: n.ENV.onlineWx,
  21.                 host: “https://sheep.dkewl.com”,
  22.                 reportPrefix: “sheep_wx_”
  23.             },
  24.             leiTing: {
  25.                 evn: n.ENV.leiTing,
  26.                 host: “http://maowgameos1.leiting.com:8080”,
  27.                 reportPrefix: “”
  28.             },
  29.             onlineOppo: {
  30.                 evn: n.ENV.onlineOppo,
  31.                 host: “https://sheep.dkewl.com”,
  32.                 reportPrefix: “sheep_oppo_”
  33.             },
  34.             onlineVivo: {
  35.                 evn: n.ENV.onlineVivo,
  36.                 host: “https://sheep.dkewl.com”,
  37.                 reportPrefix: “sheep_vivo_”
  38.             }
  39.         };

后端代码

后端是打包好的文件sps-0.0.1-SNAPSHOT.jar,您可以直接放到网站的目录中

我这里放到了/www/wwwroot/yanglegeyang/目录下

1.png

然后通过宝塔面板的java管理器进行运行

添加JAVA项目

2.png

选择我们的jar包

3.png

 

然后域名管理添加sheep.dkewl.com,同时配置SSL,这里的域名要和前面前端设置的域名一致,协议也要注意

如果开启了SSL则是https://sheep.dkewl.com,没开启则是http://sheep.dkewl.com

Copyright © 2018-2023 PHP源码网 版权所有
PHP源码网 » 羊了个羊在线版 详情教学

发表回复

提供最优质的资源集合

立即查看 了解详情