chao 4 年之前
父節點
當前提交
c1bf2693cc

+ 2 - 2
src/main/resources/config/dev/application-dev.yml

@@ -50,8 +50,8 @@ logging:
 
 # 服务域名
 caimei:
-  spiServer: http://192.168.2.75:8008/
-  # spiServer: https://spi-b.caimei365.com
+  # spiServer: http://192.168.2.75:8008/
+  spiServer: https://spi.caimei365.com
   imageDomain: https://img-b.caimei365.com
   wwwDomain: https://www-b.caimei365.com
 

+ 1 - 1
src/main/resources/templates/account/register.html

@@ -9,7 +9,7 @@
 </head>
 <body>
 <!-- 引用头部 -->
-<template th:replace="components/header-account"></template>
+<template th:replace="account/components/header"></template>
 
 <!-- 注册账号 -->
 <div id="registerPage">

+ 1 - 1
src/main/resources/templates/account/upgrade.html

@@ -9,7 +9,7 @@
 </head>
 <body>
 <!-- 引用头部 -->
-<template th:replace="components/header-account"></template>
+<template th:replace="account/components/header"></template>
 
 <!-- 升级机构 -->
 <div id="upgradePage">