mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-05-01 07:24:30 +08:00
更新移动端 Dalle 绘图页面,支持模型选择
This commit is contained in:
@@ -132,8 +132,8 @@ const login = async function () {
|
||||
const store = useSharedStore();
|
||||
const doLogin = (verifyData) => {
|
||||
httpPost("/api/user/login", {
|
||||
username: username.value.trim(),
|
||||
password: password.value.trim(),
|
||||
username: username.value,
|
||||
password: password.value,
|
||||
key: verifyData.key,
|
||||
dots: verifyData.dots,
|
||||
x: verifyData.x,
|
||||
|
||||
Reference in New Issue
Block a user