mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-02 09:19:23 +00:00
Update MigrationTool.vue to clear default values for classNumber and serverUrl, and change targetServerUrl to a production URL for improved configuration. This enhances flexibility and aligns with recent server settings updates.
This commit is contained in:
parent
c6f99da050
commit
b82a553b1d
@ -232,12 +232,12 @@ export default {
|
|||||||
name: "MigrationTool",
|
name: "MigrationTool",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
classNumber: "G2405",
|
classNumber: "",
|
||||||
machineId: "",
|
machineId: "",
|
||||||
migrationType: "server",
|
migrationType: "server",
|
||||||
serverUrl: "https://class.wuyuan.dev",
|
serverUrl: "",
|
||||||
targetStorage: "kv-server",
|
targetStorage: "kv-server",
|
||||||
targetServerUrl: "http://localhost:3030",
|
targetServerUrl: "https://kv.wuyuan.dev",
|
||||||
startDate: this.getDateString(
|
startDate: this.getDateString(
|
||||||
new Date(Date.now() - 30 * 24 * 60 * 60 * 1000)
|
new Date(Date.now() - 30 * 24 * 60 * 60 * 1000)
|
||||||
), // 30 days ago
|
), // 30 days ago
|
||||||
|
Loading…
x
Reference in New Issue
Block a user