FranzKafkaYu / x-ui

Lightweight Xray panel with multi-protocol and multi-user on the same port,supports English language and Telegram bot. Easy to use and easy to manage.
GNU General Public License v3.0
8k stars 1.62k forks source link

面板登录页面返回部分内容 #297

Closed zengbo closed 1 year ago

zengbo commented 1 year ago

Welcome

Description of the problem,screencshot would be good

访问登录页面只返回了一点内容:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="renderer" content="webkit">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="/IqWe/assets/ant-design-vue@1.7.2/antd.min.css">
    <link rel="stylesheet" href="/IqWe/assets/element-ui@2.15.0/theme-chalk/display.css">
    <link rel="stylesheet" href="/IqWe/assets/css/custom.css?0.3.4.1%3a20230305">
    <style>
        [v-cloak] {
            display: none;
        }
    </style>
    <title>登录</title>
</head>

<style>

    #app {
        padding-top: 100px;
    }

    h1 {
        text-align: center;
        color: #fff;
        margin: 20px 0 50px 0;
    }

    .ant-btn,
    .ant-input {
        height: 50px;
        border-radius: 30px;
    }

    .ant-input-affix-wrapper .ant-input-prefix {
        left: 23px;
    }

    .ant-input-affix-wrapper .ant-input:not(:first-child) {
        padding-left: 50px;
    }
</style>

<body>
    <a-layout id="app" v-cloak>
        <transition name="list" appear>
            <a-layout-content>
                <a-row type="flex" justify="center">
                    <a-col :xs="22" :sm="20" :md="16" :lg="12" :xl="8">
                        <h1>登录</h1>
                    </a-col>
                </a-row>
                <a-row type="flex" justify="center">
                    <a-col :xs="22" :sm="20" :md="16" :lg="12" :xl="8">
                        <a-form>
                            <a-form-item>
                                <a-input v-model.trim="user.username" placeholder='

Version of x-ui

```console $ x-ui version 0.3.4.1:20230305 ```

x-ui log or xray log

```console Started x-ui Service. x-ui[167220]: 2023/03/15 05:35:05 x-ui 0.3.4.1:20230305 x-ui[167220]: 2023/03/15 05:35:06 INFO - web server run http on [::]:2200 x-ui[167220]: 2023/03/15 05:35:06 INFO - We got 1 members in client x-ui[167220]: 2023/03/15 05:35:11 INFO - Wait 2 seconds for telegram bot ready x-ui[167220]: SSHLogin[2023-03-15 05:26:00] early than XUI start[2023-03-15 05:35:06],don't notify x-ui[167220]: 2023/03/15 05:35:15 INFO - get xray version from database: v1.8.0 x-ui[167220]: 2023/03/15 05:35:15 INFO - xray Version from database is: v1.8.0 ```
FranzKafkaYu commented 1 year ago

@zengbo 你的问题是想指无法登陆成功还是什么