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}}
+
+
+
+ {{ row.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