fix:更新cicd
This commit is contained in:
parent
a8bf8c709a
commit
5f3a1dd9f7
@ -1,6 +1,6 @@
|
|||||||
# 后端接口地址(后端服务端口由 server/.env 的 PORT 决定,当前为 3000)
|
# 后端接口地址(后端服务端口由 server/.env 的 PORT 决定,当前为 3000)
|
||||||
NEXT_PUBLIC_API_URL=https://web-api.linyikj.com.cn/api
|
NEXT_PUBLIC_API_URL=http://web-api.linyikj.com.cn/api
|
||||||
# 图片资源访问地址
|
# 图片资源访问地址
|
||||||
NEXT_PUBLIC_UPLOAD_URL=https://web-api.linyikj.com.cn/uploads
|
NEXT_PUBLIC_UPLOAD_URL=http://web-api.linyikj.com.cn/uploads
|
||||||
# JWT本地存储Key
|
# JWT本地存储Key
|
||||||
NEXT_PUBLIC_TOKEN_KEY=admin_token
|
NEXT_PUBLIC_TOKEN_KEY=admin_token
|
||||||
|
|||||||
@ -196,9 +196,9 @@ export default function AdminLoginPage() {
|
|||||||
</Button>
|
</Button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<p className="mt-8 text-center text-xs text-slate-400">
|
{/* <p className="mt-8 text-center text-xs text-slate-400">
|
||||||
初始账号:admin / 密码:123456
|
初始账号:admin / 密码:123456
|
||||||
</p>
|
</p> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user