From cac377365c2fd60360a7ed29db7f1acca496c3d2 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 4 Jun 2021 19:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E7=BC=96=E8=BE=91=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=98=BE=E7=A4=BA=E6=95=B0=E5=AD=97=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 4 ++-- src/api/types.d.ts | 1 + src/views/shop/edit.vue | 7 +++++++ src/views/shop/list.vue | 7 +++++++ vue.config.js | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 0db1db9..6350aa4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "name": "Vue Typescript Admin", - "short_name": "Vue Ts Admin", + "name": "Game Admin", + "short_name": "Game Admin", "icons": [ { "src": "./img/icons/android-chrome-192x192.png", diff --git a/src/api/types.d.ts b/src/api/types.d.ts index f6ff7b8..eb7e37b 100644 --- a/src/api/types.d.ts +++ b/src/api/types.d.ts @@ -30,4 +30,5 @@ export interface IShopData { category?: string qtypes: string[] location?: number[] + numid?: number } diff --git a/src/views/shop/edit.vue b/src/views/shop/edit.vue index b770d9a..fc0ae77 100644 --- a/src/views/shop/edit.vue +++ b/src/views/shop/edit.vue @@ -36,6 +36,13 @@ > {{postForm.sid}} + + {{postForm.numid}} + + + + diff --git a/vue.config.js b/vue.config.js index 0f93e55..f500f08 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,5 @@ const path = require('path') -const name = 'Vue Typescript Admin' +const name = 'Game Admin' module.exports = { // TODO: Remember to change publicPath to fit your need