+
-
+
+ {{ item.name }}
+
-
-
-
+ 新增类型
+ 新增图片
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/src/views/product/components/imageComponent.vue b/src/views/product/components/imageComponent.vue
new file mode 100644
index 0000000..fd0cadc
--- /dev/null
+++ b/src/views/product/components/imageComponent.vue
@@ -0,0 +1,81 @@
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index d0c1662..82d4eec 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -41,11 +41,11 @@ module.exports = {
'^/auth': 'auth'
}
},
- '/php': {
+ '/source': {
target: process.env.VUE_APP_PHP_API,
changeOrigin: true,
pathRewrite: {
- '^/auth': 'auth'
+ '^/source': 'source'
}
}
}